summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
authorfr0sty <an0n102968@riseup.net>2013-10-10 16:29:40 -0400
committerfr0sty <an0n102968@riseup.net>2013-10-10 16:29:40 -0400
commitb0d232896811b61084819eb959081b75305d5701 (patch)
tree8eab784d4807eb97c507bc7ded0ed8860440cac2 /other/DHT_bootstrap.c
parentf5179afe4c1e4fb96cd7536327887e3211d22075 (diff)
Update DHT_bootstrap.c
Removed deprecated compilation instructions
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 484a511c..4a5d937d 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -2,12 +2,6 @@
2 * 2 *
3 * A simple DHT boostrap server for tox. 3 * A simple DHT boostrap server for tox.
4 * 4 *
5 * Build commands (use one or the other):
6 * gcc -O2 -Wall -D VANILLA_NACL -o bootstrap_server ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/Messenger.c ../core/DHT.c ../core/friend_requests.c ../nacl/build/${HOSTNAME%.*}/lib/amd64/{cpucycles.o,libnacl.a,randombytes.o} DHT_bootstrap.c
7 *
8 * gcc -O2 -Wall -o bootstrap_server ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/Messenger.c ../core/DHT.c ../core/friend_requests.c -lsodium DHT_bootstrap.c
9 *
10 *
11 * Copyright (C) 2013 Tox project All Rights Reserved. 5 * Copyright (C) 2013 Tox project All Rights Reserved.
12 * 6 *
13 * This file is part of Tox. 7 * This file is part of Tox.