top of page

Download

The best way to get KFoundation is by cloning its git repository to your local machine.

 

$git clone https://github.com/hkhandan/kfoundation.git

 

Alternatively, you can download the latest release from:

 

https://github.com/hkhandan/kfoundation/releases

 

To install, you need 

 

  • CMake 3.0 or above

  • A standard C++98 or above compiler (gcc or clang would be just right)

 

$cd kfoundation

$git checkout beta

$mkdir build

$cd build

$cmake ..

$make

$sudo make install

bottom of page