@ -75,30 +77,18 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
@@ -75,30 +77,18 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
# note: install is optional, might conflict with existing libtorrent install
make install
4. Build twisterd. Note: it *will* emit a lot of warnings, but as long as you don't get
actual `error` messages, it should be fine:
3. Build twister using autotools
cd ../
cd src
make -f makefile.osx
5. It is a good idea to build and run the unit tests, too:
./autotools.sh
./configure --enable-logging
make
make -f makefile.osx test
If things go south, before trying again, make sure you clean it up:
4. If things go south, before trying again, make sure you clean it up:
make -f makefile.osx clean
make clean
If all went well, you should now have a twisterd executable in the src directory.
See the Running instructions below.
@ -112,21 +102,15 @@ Installing the dependencies using MacPorts is very straightforward.
@@ -112,21 +102,15 @@ Installing the dependencies using MacPorts is very straightforward.
sudo port install boost db48@+no_java openssl miniupnpc
### Building `twisterd`
1. Clone the github tree to get the source code and go into the directory.
3. It is a good idea to build and run the unit tests, too:
If things go south, before trying again, make sure you clean it up:
make -f makefile.osx test
make clean
Running
-------
@ -137,7 +121,7 @@ directory. We have to first create the RPC configuration file, though.
@@ -137,7 +121,7 @@ directory. We have to first create the RPC configuration file, though.
Run `./twisterd` to get the filename where it should be put, or just try these