Skip to content

Latest commit

 

History

History
executable file
·
36 lines (20 loc) · 878 Bytes

ReadMe.md

File metadata and controls

executable file
·
36 lines (20 loc) · 878 Bytes

Compile for Linux (64 bits)

First, you get the builder's project.

git clone https://github.com/DigitalNoteXDN/DigitalNote-Builder.git
cd DigitalNote-Builder

Then download all the library packages.

./download.sh

When thats executed, you will have a folder called "download" with all the libraries.

Once thats done, we can install the latest apt-get packages.

cd linux/x64
./update.sh

Now we have all the libraries we need for the Digitalnote project.

git clone https://github.com/DigitalNoteXDN/DigitalNote-2.git

Now that we have everything, we can compile the libraries.

./compile_libs.sh "-j 4"

This will take a while to compile; take a coffee while this runs.

Once finished, we can compile the project.

./compile_deamon.sh  "-j 4"
./compile_app.sh  "-j 4"

And thats it! :D

PS: When everything is done, there is a temp folder. This can be removed.