Aggiorna 'README.md'
This commit is contained in:
parent
1eab35fc13
commit
5c4fed8f08
1 changed files with 10 additions and 14 deletions
24
README.md
24
README.md
|
@ -1,36 +1,32 @@
|
||||||
|
|
||||||
# Anonymizer #
|
# Anonymizer
|
||||||
# Tor made easy (transparently routing traffic through Tor) #
|
Tor made easy (transparently routing traffic through Tor)
|
||||||
# ---------------------------------------------------------------------------- #
|
|
||||||
|
|
||||||
# BUILD FROM SOURCE #
|
|
||||||
# ---------------------------------------------------------------------------- #
|
|
||||||
|
|
||||||
|
## BUILD FROM SOURCE
|
||||||
cd src
|
cd src
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# DOCUMENTATION #
|
## DOCUMENTATION
|
||||||
# ---------------------------------------------------------------------------- #
|
|
||||||
|
|
||||||
# ABOUT VALA
|
### ABOUT VALA
|
||||||
https://wiki.gnome.org/Projects/Vala/
|
https://wiki.gnome.org/Projects/Vala/
|
||||||
https://en.wikipedia.org/wiki/Vala_(programming_language)
|
https://en.wikipedia.org/wiki/Vala_(programming_language)
|
||||||
|
|
||||||
# TUTORIALS, GUIDES AND REFERENCES
|
### TUTORIALS, GUIDES AND REFERENCES
|
||||||
https://valadoc.org/
|
https://valadoc.org/
|
||||||
https://wiki.gnome.org/Projects/Vala/Tutorial
|
https://wiki.gnome.org/Projects/Vala/Tutorial
|
||||||
https://developer.gnome.org/gnome-devel-demos/stable/beginner.vala.html.en
|
https://developer.gnome.org/gnome-devel-demos/stable/beginner.vala.html.en
|
||||||
|
|
||||||
# VALA AND GTK+
|
### VALA AND GTK+
|
||||||
https://wiki.gnome.org/Projects/Vala/GTKSample
|
https://wiki.gnome.org/Projects/Vala/GTKSample
|
||||||
https://developer.gnome.org/gnome-devel-demos/stable/toolbar_builder.vala.html.en
|
https://developer.gnome.org/gnome-devel-demos/stable/toolbar_builder.vala.html.en
|
||||||
|
|
||||||
# VALA AND UNIX SHELL
|
### VALA AND UNIX SHELL
|
||||||
http://www.teejeetech.in/2013/05/vala-7-process-execution.html
|
http://www.teejeetech.in/2013/05/vala-7-process-execution.html
|
||||||
|
|
||||||
# NETFILTER/IPTABLES
|
### NETFILTER/IPTABLES
|
||||||
https://www.netfilter.org/
|
https://www.netfilter.org/
|
||||||
|
|
||||||
# TOR
|
### TOR
|
||||||
https://www.torproject.org/
|
https://www.torproject.org/
|
||||||
|
|
Loading…
Reference in a new issue