P_wireworld is the integration repository of my experiments around wireworld cellular automaton
For more information please refer to https://www.logre.eu/wiki/Projet_Wireworld
Continuous integration with Travis-Ci :
Installation on Linux:
- sudo apt-get update; sudo apt-get install -y libsdl1.2-dev
Installation on MacOS:
- brew update; brew install sdl
- wget http://accellera.org/images/downloads/standards/systemc/systemc-2.3.1.tgz
- tar -zxvf systemc-2.3.1.tgz
- SYSTEMC_INSTALL=${MY_LOCATION}/systemc_install
- export SYSTEMC_INSTALL
- mkdir $SYSTEMC_INSTALL
- cd systemc-2.3.1
- mkdir objdir
- cd objdir/
- ../configure --prefix=$SYSTEMC_INSTALL
- make -j
- make install
. setup.sh
. build.sh
. build_cmake.sh
Related repositories and version used to create this integration repository:
git@github.com:quicky2000/EXT_systemc.git v0.3
git@github.com:quicky2000/EXT_xmlParser.git v0.3
git@github.com:quicky2000/lib_bmp.git v0.4
git@github.com:quicky2000/parameter_manager.git v0.3
git@github.com:quicky2000/quicky_exception.git v0.3
git@github.com:quicky2000/quicky_tools.git v1.3
git@github.com:quicky2000/quicky_utils.git v0.3
git@github.com:quicky2000/simple_gui.git v0.4
git@github.com:quicky2000/wireworld.git v1.1
git@github.com:quicky2000/wireworld_common.git v1.1
git@github.com:quicky2000/wireworld_computer.git v1.1
git@github.com:quicky2000/wireworld_systemc.git v1.1
git@github.com:quicky2000/wireworld_tool.git v0.2
Please see COPYING or LICENSE for info on the license.