Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 465 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 465 Bytes

KaXim

Kappa for Expanded Simulations

Install instructions:

$ git clone https://github.com/DLab/KaXim.git
$ cd KaXim/src/grammar
$ make
$ cd -
$ cd KaXim/Release
$ make all
$ sudo cp KaXim /usr/bin

Dependencies:

  • libfl-dev
  • flex
  • bison
  • libboost-program-options-dev
  • libboost-system-dev
  • libboost-filesystem

PS: For testing is useful to install debug version:

$ cd KaXim/Debug
$ make all
$ sudo cp KaXim /usr/bin/KaXim-Debug