Home / nomacs-0.1
Name Modified Size InfoDownloads / Week
Parent folder
nomacs-0.1-source.zip 2011-08-11 466.9 kB
nomacs-0.1.zip 2011-08-11 8.4 MB
README 2011-08-11 2.7 kB
nomacs-setup.exe 2011-08-11 8.5 MB
Totals: 4 Items   17.4 MB 0
nomacs is a fast and small image viewer with the capability of synchronizing multiple instances

Copyright (C) 2011 Markus Diem, Stefan Fiel, Florian Kleber

AUTHORS

Markus Diem <markus@nomacs.org>
Stefan Fiel <stefan@nomacs.org>
Florian Kleber <florian@nomacs.org>


License:
nomacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by  the Free Software Foundation, either version 3 of the License, or  (at your option) any later version.

nomacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/>.

------------------------------------------------------------
Installations Instructions

nomacs ships with an installer. The installer copies all library dll's and the exe into a defined directory. It is possible to associate the designated image types (*.jpg, *.png, etc.) during the installation process. just run nomacs.exe

------------------------------------------------------------

Compile Instructions

If you want to compile nomacs on your own, you need Visual Studio 2010. The source-code ships with a solution file for MSVC 2010.

nomacs uses the following libraries:

Open Source Computer Vision Library 2.2:
http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.2/
-------------------------------------------------------------
Qt 4.7.2:
ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.2.zip or
ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.2.tar.gz

-------------------------------------------------------------
exiv2-0.21.1 library:
http://www.exiv2.org/download.html
	exiv2 uses zlib version 1.2.3, expat version 2.0.1 and 	libiconv version 1.13.1
	http://expat.sourceforge.net/
	http://www.gnu.org/s/libiconv/
	http://zlib.net/
------------------------------------------------------------
LibRaw-0.13.5 library:
http://www.libraw.org/download
-------------------------------------------------------------

you have to install OpenCV to C:\OpenCV2.2, or otherwise have to adapt the project settings.
Install Qt (set 'Default Qt/Win Version' to '4.7.2').
Install and Compile libraw and exiv2 as DLL (for detailed instructions see www.exiv2.org and www.libraw.org). Copy 
exiv2{d}.lib, expat{d}.lib, libraw{d}.lib and zlib1{d}.lib to ImageLounge\lib. Additionally copy the DLL's to the Release and Debug Folder.


Source: README, updated 2011-08-11