Skip to content

EPC-MSU/xigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xigen

xigen is a generator for libximc library. It generates the library, bindings, tests and so on using protocol.xi file.

Building

For Linux

Preparing the system

  1. Install build essentials, containing C++ compiler
 sudo apt install build-essential
  1. Install cmake
sudo apt install cmake
  1. Install bison
sudo apt install bison
  1. Install flex
sudo apt install flex

Building

Then from the top folder of the release prepare cmake environment by

cmake .

And finally build:

cmake --build .

xigen executable will be generated in src directory.