Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 650 Bytes

File metadata and controls

26 lines (19 loc) · 650 Bytes

multi-agent-systems

Requirements:

boost (>= 1.47)
cmake (>= 2.8.0)
make (>= 1.8)
c++11 compliant compiler (gcc >= 4.8, clang >= 3.4)

Getting the code

The source tree is currently hosted on Github. To view the repository online: https://github.com/remy-phelipot/multi-agent-systems The URL to clone it:

git clone git://github.com/remy-phelipot/multi-agent-systems.git

Once you have met requirements, compiling is simple:

mkdir build
cd build
cmake ..
make install

License

This software is in GPLv3. See the file COPYING. Check the headers for the copyright info.