Name Last Update
doc Loading commit data...
fsabuilder Loading commit data...
jmorfeusz Loading commit data...
morfeusz Loading commit data...
nbproject Loading commit data...
pymorfeusz Loading commit data...
testfiles Loading commit data...
CMakeLists.txt Loading commit data...
README Loading commit data...
cmake-2.8.12.1-patch.diff Loading commit data...

README

For cross compiling:

sudo apt-get install g++-multilib g++-mingw-w64

For Java and Python bindings:

sudo apt-get install swig default-jdk python

*************
Mac OS X
*************

## install xcode (using apple store)

# install brew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

# install svn
brew install svn
brew install swig
brew install make

# If you have Xcode 4.3 or newer the command line tools, such as make, are not installed by default. In Xcode preferences go to the "Downloads" tab and under "Components" push the "Install" button next to "Command Line Tools". After you have successfully downloaded and installed the command line tools you should also type the following command in the Terminal to make sure all your Xcode command line tools are switched to use the 4.3 versions:
#
#  sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
#
# Once everything is successfully installed you should see make and other command line developer tools in /usr/bin.
#
# torrey.lyons http://stackoverflow.com/questions/11494522/installing-make-on-mac

# Must say everything is okay ("your system is ready to brew"):
brew doctor

*************
Windows
*************

Install MinGW and make sure it is included in Path system variable (when installed at C:\MinGW then C:\MinGW\bin must be in the Path variable).
Install CMake.
Download SWIG. Unpack the .zip contents somewhere (for example C:\swigwin-VERSION)
Add the unpacked SWIG directory to the Path variable.
Install latest Java JDK.
Go to morfeusz sources root.
mkdir build
cd build
cmake 

CROSS COMPILE
-------------

Make your own CMake from sources using this patch: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=19b7a54d
(or use version > 3.0)
Add Java and Python libraries to the Toolchain file. Copy python27.dll from C:\Windows\System32 to some shared libs directory.