Skip to content

miamore / installation

Editors note: This Library is not functionable alone, add to your existing project.

  • Linux (other UNIX-Like or UNIX system have not been tested).
  • clang (to compile the code).
  • make (automate build and install process).

Install miamore from source:

Terminal window
# All distrobutions
git clone https://github.com/Ametrine-cc/miamore.git
cd miamore
Terminal window
# building the .a lib
make static
# building the .so library
make dynamic
# building rust bindings
# needs either static or dynamic library to be built before hand
make rust-build
# building both .a, .so and the rust bindings
make all
Terminal window
# To use these commands use superuser privilages (sudo or doas)
# To install the library on your system
sudo make install
# To uninstall run the uninstall command instead
sudo make uninstall

This project is licensed under the GNU LESSER GENERAL PUBLIC LICENSEThe GNU Lesser General Public License is used in some Ametrine projects - see the LICENSE file for details or see the license on here