1. TutorialΒΆ

sudo apt-get install make       # to run every things automatically
make config                     # install dependency packages

make build                      # build every things
make doc-open                   # open document in browser

make test                       # test every things
make install                    # install every things to system

make pack                       # create distribution files

That are basic commands help you build, test and pack library. To use all of development commands, you need research about project in next sections.

libfx v0.0.0 © Copyright 2018, Kevin Leptons. Created using Sphinx 1.6.5

Last updated 2018/02/20 06:12