Browse Source

Updated build information and other stuff

Valeska 9 years ago
parent
commit
8e0c1ce00c
1 changed files with 6 additions and 7 deletions
  1. 6
    7
      README.md

+ 6
- 7
README.md View File

@@ -44,21 +44,20 @@ nodes together as you want!
44 44
 
45 45
 ## Get the code!
46 46
 
47
-    git clone git@github.com:Netsukuku/netsukuku.git 
47
+    git clone https://github.com/Netsukuku/netsukuku.git 
48 48
 
49 49
 The dependencies of netsukuku can be installed by running this command, For debian/ubuntu.
50 50
 
51
-    sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk
51
+    sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk scons git
52 52
 
53 53
 For Archlinux, Try this.
54 54
 
55
-    sudo pacman -S zlib gmp lib32-gmp openssl lib32-openssl libgee pth libgcrypt autoconf cmake autogen gawk
55
+    sudo pacman -S zlib gmp lib32-gmp openssl lib32-openssl libgee pth libgcrypt autoconf cmake autogen gawk scons git
56 56
 
57 57
 To compile the code you can do this:
58 58
    
59
-    autoreconf -i
60
-    ./configure && make 
61
-    sudo make install
59
+    scons
60
+    sudo scons install 
62 61
 
63 62
 ## Once installed
64 63
 
@@ -72,7 +71,7 @@ However, There are more options, Such as:
72 71
 
73 72
     sudo ntkd -D -i eth0 -r -I -dd
74 73
     
75
-This will run netsukuku in restricted mode and share your internet connection.
74
+This will run netsukuku in restricted mode(Internet compatibility mode) and share your internet connection.
76 75
 
77 76
 (Netsukuku should be able to use any network interface you have, Even VPNs that emulate ethernet
78 77
 such as tinc.)

Loading…
Cancel
Save