This website works better with JavaScript.
Home
Explore
Help
Sign In
yannweb
/
netsukuku
Watch
2
Star
1
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
No Description
https://github.com/Netsukuku/netsukuku
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41
Commits
4
Branches
Tree:
15baa56a87
debian-lenny-compilation-fixes
delete_warnings
gh-pages
master
0.0.9b
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '15baa56a87'
${ noResults }
netsukuku
/
Install-Ntk-Debug.sh
Install-Ntk-Debug.sh
83B
History
Raw
1
2
3
4
5
6
7
#!/bin/sh
make clean
autoreconf -i
CFLAGS="-g" ./configure
make
sudo make install