mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
I added archlinux options.
I had to go to the official arch linux website and read through the package list to help someone, I, Also, Had to read on an arch linux wiki for the pacman command.
This commit is contained in:
parent
6e7d252878
commit
3084295a56
@ -46,10 +46,14 @@ nodes together as you want!
|
|||||||
|
|
||||||
git clone git@github.com:Netsukuku/netsukuku.git
|
git clone git@github.com:Netsukuku/netsukuku.git
|
||||||
|
|
||||||
The dependencies of netsukuku can be installed by running this command.
|
The dependencies of netsukuku can be installed by running this command, For debian/ubuntu.
|
||||||
|
|
||||||
sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk
|
sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk
|
||||||
|
|
||||||
|
For Archlinux, Try this.
|
||||||
|
|
||||||
|
sudo pacman -S zlib gmp lib32-gmp openssl lib32-openssl libgee pth libgcrypt autoconf cmake autogen gawk
|
||||||
|
|
||||||
To compile the code you can do this:
|
To compile the code you can do this:
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
Loading…
Reference in New Issue
Block a user