Browse Source

Updated build information and other stuff

Valeska 10 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
 
44
 
45
 ## Get the code!
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
 The dependencies of netsukuku can be installed by running this command, For debian/ubuntu.
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
 For Archlinux, Try this.
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
 To compile the code you can do this:
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
 ## Once installed
62
 ## Once installed
64
 
63
 
72
 
71
 
73
     sudo ntkd -D -i eth0 -r -I -dd
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
 (Netsukuku should be able to use any network interface you have, Even VPNs that emulate ethernet
76
 (Netsukuku should be able to use any network interface you have, Even VPNs that emulate ethernet
78
 such as tinc.)
77
 such as tinc.)

Loading…
Cancel
Save