[One-sentence description of what the library does and its primary use case.]
This library is licensed under the Lesser GNU General Public License v3.0 or later. See the file LICENSE for details. Source code is available at: https://github.com/BillCoder-cpu/BFC
In Windows: Open the BFCHOME project using Visual Studio. and build, or run makebfc script in the correct environment. In Linux, you can run the makebfc script or try this first:
git clone https://github.com/BillCoder-cpu/BFC.git
cd BFC
make
sudo make install
Goto the win folder of the desired BFC library and work with the Makefile which has been autogenerated from MakefileBase.win there.