Browse Source

updated INSTALL and instructions to allow for more simple build process

cecylia 7 years ago
parent
commit
e0dc15e583
2 changed files with 3 additions and 20 deletions
  1. 3 19
      INSTALL
  2. 0 1
      relay_station/README

+ 3 - 19
INSTALL

@@ -59,29 +59,15 @@ then
 #1. Fetch necessary git repository:
         cd ..
 	git clone git://git-crysp.uwaterloo.ca/slitheen
-	git clone -b slitheen git://git-crysp.uwaterloo.ca/openssl
-
-#2. Build our modified version of openssl
-        parent_dir=`pwd`
-	cd openssl
-	./config --prefix=$parent_dir/sslout --openssldir=$parent_dir/sslout/openssl
-	make
-	make test
-	make install
-        cp ../sslout/lib/*.a ../slitheen/relay_station
-	cd ..
 
-#3. Generate public/private key pair
+#2. Generate public/private key pair
 	cd slitheen/telex-tag-v3
 	make
 	./genkeys
 	cp privkey ../relay_station
 	cd ..
 
-#4. Update slitheen.h with correct MAC addresses for client-side and world-side interfaces
-#    If using VM setup, postpone until VM step 10.
-
-#5. Build slitheen proxy
+#3. Build slitheen proxy
 	cd relay_station
 	make
 
@@ -119,9 +105,7 @@ fi
 #
 #9. Set the DNS server to match the one for eth0 on "slitheen_relay"
 #
-#10. In relay station code file slitheen.h, set macaddr to client's MAC address and compile
-#
-#11. Restart client and test connection
+#10. Restart client and test connection
 #	ping 192.168.3.1
 #	ping 8.8.8.8
 

+ 0 - 1
relay_station/README

@@ -1,6 +1,5 @@
 To install:
 
-open slitheen-proxy.c and change the MAC address to your client machine
 make openssl
 copy library and include directories into makefile
 make