This repo contains C/C++ libraries that have been compiled with SaiphC compilers.
- Check the installation folder of saiph-c is added to PATH
which saiph-c
It should print out the correct path for saiph-c.
- To build with saiph-c/saiph-c++
CC=saiph-c CXX=saiph-c++ make
- To install third party libraries
./install.sh
Submit pull requests