My favorites | Sign in
Project Home Wiki Issues Source
Search
for
HowToCompile  

How to compile Sirat's source

Introduction

First, we need:

Package (Reason)
Boost >= 1.35 (Tuples,Serialization)
Boost Build >= 1.35 (bjam)
GCC >= 4.2 (OpenMP api)
Qt >= 4.3.0 (Interface)


Compiling...

With OpenMP

At sirat root, type:

$ bjam

Without OpenMP

Edit Jamroot and remove -openmp from the first line

At sirat root, type:

$ bjam

Sign in to add a comment
Powered by Google Project Hosting