Skip to content

jurrejelle/FSG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSG

Dependencies

  • autoconf
  • gettext
  • rustc
  • cargo
  • gcc
  • cmake
  • make
sudo apt install autoconf gettext build-essential cmake
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Building

mkdir build
cd build
cmake ..
make FSG

To remove the build stuff do rm -rf build

For an all in one command do cmake -Bbuild . && cd build && make FSG (where . is the folder with the CmakeLists.txt)

Building static executable

./make_static.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.2%
  • CMake 26.2%
  • Shell 1.6%