summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-05-24 13:29:43 +0200
committerYorhel <git@yorhel.nl>2019-05-24 16:46:25 +0200
commit1adcd9cfe15260b757a8234d67feb18bdbba0668 (patch)
tree080371df3a32068d10d0c2c4b8fbb01f950e5598 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..29d88a9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+This project helps build a static binary for Tor.
+
+Some inspiration is taken from the
+[tor-static](https://github.com/cretz/tor-static) Go library.
+
+# Versions
+
+This repo builds:
+
+- Libevent 2.1.8
+- OpenSSL 1.1.1b
+- Tor 0.4.0.5
+- zlib v1.2.11
+
+# Requirements
+
+- A proper C compiler toolchain.
+- Make
+- Autotools
+
+The build has only been tested on Linux so far.
+
+# Usage
+
+- Make sure you have all the required dependencies..
+- Run `./build.sh`
+- Wait.
+- Discover that you suddenly have a working `tor-static` binary.