Home / nomacs-0.3.0
Name Modified Size InfoDownloads / Week
Parent folder
GSoC-puzzle-source.zip 2012-03-22 6.7 MB
_DSC7748.NEF 2012-03-19 13.1 MB
nomacs-0.3.0-os2.zip 2012-03-06 1.7 MB
nomacs-0.3.0-intel_x86_64.dmg 2012-03-04 14.2 MB
nomacs-setup.exe 2012-03-02 8.8 MB
README 2012-03-02 3.1 kB
nomacs-0.3.0-source.zip 2012-03-02 1.1 MB
nomacs-0.3.0.zip 2012-03-02 8.8 MB
Totals: 8 Items   54.3 MB 2
nomacs is a fast and small image viewer with the capability of synchronizing multiple instances

Copyright (C) 2011-2012 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 - MS Windows

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.3.1:
http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.3.1/
-------------------------------------------------------------
Qt 4.7.4:
ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.zip or
ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.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.


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

Compile Instructions - Linux

All required libraries should be available in any modern Linux distribution. Just install their -devel packages.
Cmake is used to build Nomacs.
cmake;make;make install


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

Compile Installations - Mac OS X

See README.MacOSX

Source: README, updated 2012-03-02