hide/show debug

Downloads

30/04/2011
10:49 hs
Windows XP/7 32 bits / 64 bits

New actual version is 0.7.9.5, 32 bits windows installer, 64 bits compatible, tested on Windows 7 32b:

> Moldeo Director 0.7.9.5 Setup.exe

Requirements:

OS: Windows XP / Windows 7, 32/64 bits.

PC: CPU > 1.0 Ghz, RAM > 256 MB, HD > 100 MB

Old versions:

WARNING!  When asked for GStreamer install option, disable it !!! then install last Gstreamer Winbuild version from OSSBuild site: GStreamer-Winbuilds-10.6.

> Moldeo Director 0.7.9.1 Setup.exe

30/04/2011
12:14 hs
Linux 32 bits / 64 bits

Ubuntu 10.10 Maverick packages.

Add the Moldeo.org repository to your /etc/apt/sources.list or with the synaptic package adminstrator!

deb http://www.moldeo.org/repository maverick main

Add the wxWidgets repository for ansi packages.

deb http://apt.wxwidgets.org/ maverick-wx main


Then you can search with the Synaptic Administrator for Moldeo packages or directly try to install typing in a terminal window:

sudo apt-get install libtuio libmoldeo libmoldeocontrols moldeodirector moldeoplugins libwxbase2.8-0-ansi libwxgtk2.8-0-ansi

Actual version is 0.7.9.2, compile these packages from source code following the instructions below. We will publish Debian and Ubuntu packages shortly :

> libmoldeo-0.7.9.2.tar.gz

> wxMoldeoControls-0.9.tar.gz

> moldeodirector-0.7.9.tar.gz

> moldeoplugins-0.7.9.tar.gz


Requirements:

Linux kernel > 2.4. Tested on Ubuntu 9.04, 10.04, 32 bits y 64 bits.

Display card with OpenGL support (NVidia > 6200 or Ati > Radeon suggested), CPU 1.0 Ghz, RAM 256 MB, HD 100 MB.


Instructions for compilation:

Library dependencies:

Run in terminal these commands (Debian,Ubuntu):

sudo apt-get install build-essential libgtk2.0-dev   wx-common  libwxgtk2.8-dev  autoconf  autoconf-archive locate

sudo apt-get install libmuparser-dev     liblua5.1-0-dev  libsdl1.2-dev  libsdl-image1.2-dev   libsdl-net1.2-dev     libglew1.5-dev    freeglut3-dev     libgle3-dev libftgl-dev    libfreeimage-dev   libalut-dev     nvidia-cg-toolkit    libgstreamer0.10-dev   check  libboost-dev libboost-filesystem-dev libboost-thread-dev  libboost-system-dev   libasio-dev

sudo nvidia-cg-toolkit-installer --install


TinyXML:

If you have Ubuntu 10 or later:

sudo apt-get install libtinyxml-dev

If you have Ubuntu 9.10 you can download the debian packages:

wget http://ftp.us.debian.org/debian/pool/main/t/tinyxml/libtinyxml2.5.3_2.5.3-3_amd64.deb
sudo dpkg -i libtinyxml2.5.3_2.5.3-3_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/t/tinyxml/libtinyxml-dev_2.5.3-3_amd64.deb
sudo dpkg -i libtinyxml-dev_2.5.3-3_amd64.deb


Compiling libmoldeo (Moldeo Core Library):

At first try to run on terminal inside the uncompressed folder of libmoldeo package:

wget http://sourceforge.net/projects/reactivision/files/TUIO%201.0/TUIO-Clients%201.4/TUIO_CPP-1.4.zip/download
unzip TUIO_CPP-1.4.zip
mv TUIO_CPP/Makefile Makefile.TUIO
patch Makefile.TUIO -i Makefile.TUIO.patch -o TUIO_CPP/Makefile
cd TUIO_CPP
sudo make
sudo make install
cd ..
./configure
make
sudo make install

(if youhave trouble installing pkgconfig support, download from subversion repository the libmoldeo.pc file and copy on libmoldeo root folder : libmoldeo.pc )

with wxGTK-2.8 (download the tar.gz from www.wxwidgets.org , stable version ) the run at wxGTK-2.8 root folder:

mkdir buildansigl
cd buildansigl
../configure --with-opengl --disable-unicode
make
sudo make install


Compiling wxMoldeoControls (Widgets for Moldeo Director ):

./configure
make
sudo make install


Compiling moldeodirector-0.7.9 (IDE for Moldeo projects)

Run at terminal on moldeodirector root folder:

autoreconf
./configure
make
sudo make install


Finally compiling Moldeo Plugins (All Moldeo Effects and Resources are Plugins)

Run at terminal on plugins root folder:

./configure
make
sudo

30/04/2011
12:37 hs
Mac OSX ( under construction )

Actual version is 0.7.9, compiling source code with macports:

> libmoldeo-0.7.9.tar.gz

> moldeodirector-0.7.9.tar.gz

> moldeoplugins-0.7.9.tar.gz


Requirements:

Mac OSX > Leopart > 10.5

Mac Book Pro, Mac Book > 2008, display card with OpenGL support ( NVidia or Ati ).

CPU > 1 Ghz, RAM > 256 MB, HD > 100 MB.


Compiling packages:

1) Install development tools and macport.

2) run in a terminal window for each package:

./configure
make
make install

Follow the Linux 32/64 bits instructions (adaptations for macports will be posted soon).

This Mac OSX version is updated often, last succesfull compilation was made on Leopard 10.5.2 operating system, with CodeBlocks IDE for Mac.

Volunteers for compile and beta-testing are needed. Specially with this hardware: MacBook Pro and MacBook with Leopard and SnowLeopard.

For help or suggestions, you can write to: Info Moldeo.

Thanks!