libfxd 0.2.dev
A fixed-point library for C++.
|
libfxd is a C++20 headers-only library that implements fixed-point types as a templated class. It's licensed under the Apache Public License 2.0.
Since it's a headers-only library, no compilation is necessary; the compiler just needs to locate the headers using an option like -I /path/to/libfxd/include
.
To install the headers, use the standard Automake procedure:
./configure --prefix=/usr make sudo make install
See the INSTALL
file and/or run ./configure --help
for more details.
If the source code was checked out from the repository, you may need to first run the bootstrap
script to create the configure
script.