Skip to content

feifei-111/fg

Repository files navigation

Build

Build with script

# build only
python scripts/build.py

# build and install to custom path
python scripts/build.py --prefix ~/install --install

# enable VLOG
python scripts/build.py --prefix ~/install --install --vlog

Build with command

cmake -B build . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Example

There is an example for libfg usage

  • build and install
  • create a link which can be moved and launch program in any directory
  • press ESC to quit
cd example
python build.py --prefix ~/install
./fg_example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors