miamore / installation
Editors note: This Library is not functionable alone, add to your existing project.
Terminal window
Terminal window
Terminal window
Installing miamore:
Section titled “Installing miamore:”Dependencies
Section titled “Dependencies”Linux(otherUNIX-LikeorUNIXsystem have not been tested).clang(to compile the code).make(automate build and install process).
Install miamore from source:
Cloning miamore
Section titled “Cloning miamore”# All distrobutionsgit clone https://github.com/Ametrine-cc/miamore.gitcd miamoreBuilding miamore
Section titled “Building miamore”# building the .a libmake static
# building the .so librarymake dynamic
# building rust bindings# needs either static or dynamic library to be built before handmake rust-build
# building both .a, .so and the rust bindingsmake allInstalling miamore
Section titled “Installing miamore”# To use these commands use superuser privilages (sudo or doas)# To install the library on your systemsudo make install
# To uninstall run the uninstall command insteadsudo make uninstallLicense
Section titled “License”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