A simple project structure to Build SymuVia
.
- Get the repo
git clone https://github.com/becarie/symudev.git && cd build-symuvia
- Create the directory to build e.g
mkdir build
- Go to the coresonding directory
cd build
- Generate config pointing to the place where the file
CMakeLists.txt
is placedcmake ..
- Build your target via
cmake -build .
ormake
On Linux install
apt-get update && apt-get install -y \
wget bzip2 ca-certificates \
xz-utils \
build-essential \
curl \
git \
libxqilla-dev \
libboost-all-dev \
aptitude \
gdal-bin \
rapidjson-dev \
libgdal-dev \
unixodbc \
libpq-dev &&\
aptitude search -y \
boost \
&& rm -rf /var/lib/apt/lists/*
On OS X install
brew install boost boost-python3 gdal xqilla rapidjson unixodbc # python (optional) in case anaconda is not installed