-
Notifications
You must be signed in to change notification settings - Fork 0
How to use Arithmos ?
Scrappers Team edited this page Dec 27, 2021
·
8 revisions
Welcome to the Arithmos wiki!
This section would show you how to build Arithmos from sources and add your arithmetic and algorithmic code. ENJOY !
- Fork from github fork.
- Navigate to your desired directory of project
cd your-directory
. - Clone from command line using :
gh repo clone Scrappers-glitch/Arithmos
- To add your
java-code
use thecode/java/src/
directory and add only one package then your code inside (currently the build doesn't support no packages build or chained packages, so sad i know). - To add your native code
C/C++
use thecode/natives/includes
for headers.h
files and/libs
for.c
.cxx
and.cpp
files (also natives follow the same limitations with packages as java does).
- Use these commands :