From b0d232896811b61084819eb959081b75305d5701 Mon Sep 17 00:00:00 2001 From: fr0sty Date: Thu, 10 Oct 2013 16:29:40 -0400 Subject: Update DHT_bootstrap.c Removed deprecated compilation instructions --- other/DHT_bootstrap.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'other/DHT_bootstrap.c') 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 @@ * * A simple DHT boostrap server for tox. * - * Build commands (use one or the other): - * 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 - * - * 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 - * - * * Copyright (C) 2013 Tox project All Rights Reserved. * * This file is part of Tox. -- cgit v1.2.3