Menu

Tree [88beb1] master /
 History

HTTPS access


File Date Author Commit
 CUtils 2012-04-26 Niki Roo Niki Roo [3f602b] CUtils copied locally
 equi2rect 2012-05-01 Niki Roo Niki Roo [88beb1] Memory leak fixed
 gui 2012-04-26 Niki Roo Niki Roo [0f96eb] Better default GUI
 hotspot 2012-04-26 Niki Roo Niki Roo [e414f1] small API change, more jDoc.
 opengl 2012-05-01 Niki Roo Niki Roo [88beb1] Memory leak fixed
 README.win32 2012-04-22 Niki Roo Niki Roo [8f188c] New makefile, cross compile for win32 and x86
 cpano.c 2012-04-26 Niki Roo Niki Roo [1fa91e] detects when libglade is not loading the GUI in...
 cpano.conf 2012-04-15 Niki Roo Niki Roo [f052d2] configuration file to locate GUI glade files
 makefile 2012-04-23 Niki Roo Niki Roo [36acbe] Hotspot support in progress
 pano-mime.xml 2012-04-15 Niki Roo Niki Roo [d62788] XML mime info
 pano.jpg 2012-04-26 Niki Roo Niki Roo [9ee97e] new pano.jpg (mine)
 pause.gif 2012-04-15 Niki Roo Niki Roo [077a3d] pause.gif changes
 pause.gif.orig 2012-04-15 Niki Roo Niki Roo [077a3d] pause.gif changes
 pause.xcf 2012-04-15 Niki Roo Niki Roo [077a3d] pause.gif changes

Read Me

Using MXE to cross-compile cpano to WIN32
=========================================

Get the requirements:
---------------------

Git
Autoconf  	≥ 2.64
Automake 	≥ 1.10
Bash 	
Bison 	
Bzip2 	
CMake 	≥ 2.8.0
Flex 	≥ 2.5.31
GCC (gcc, g++) 	
Git 	≥ 1.7
GNU Gettext 	
GNU Make 	≥ 3.81
GNU Sed 	
Intltool 	≥ 0.40
LibC for 32-bit 	
Libtool 	≥ 2.2
OpenSSL-dev 	
Patch 	
Perl 	
Perl XML::Parser 	
Pkg-config 	≥ 0.16
SCons 	≥ 0.98
UnZip 	
Wget 	
XZ Utils 	
Yasm

Get MXE:
--------

	cd [dir]/cpano
	git clone -b stable https://github.com/mxe/mxe.git

Compile it:
-----------

	make
-or-
	make -j 4 JOBS=2
where "-j X" is the number of process to use and "JOBS=X" is the number
of compile jobs to start at the same time for each process.

Note: that it takes a while to compile...
	
	

Use it:
-------

	make CROSS=1