Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
ReadMe: Fix formatting for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz committed Apr 11, 2024
1 parent 68e5420 commit 0f73e5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Building
This project does not offer pre-built binaries at this moment in time. It's required to build the project manually with xmlrpc-c. We test and develop our project with GCC and GNU Make.

**Installing UDNS**
###Installing UDNS
We strongly advise to build rTorrent with UDNS for asynchronous DNS resolution of UDP trackers. This is an important stability change for the torrent client. Skip this step and use the development package from your Linux distribution if applicable.
```
git clone https://github.com/shadowsocks/libudns
Expand All @@ -11,7 +11,7 @@ make -j$(nproc) CFLAGS="-O3 -fPIC"
make -j$(nproc) install
```

**Installing xmlrpc-c**
###Installing xmlrpc-c
We strong advise that you use xmlrpc-c super stable branch to ensure the torrent client is stable.
We recommend disabling c++, wininet and libwww support. And to use your curl installation.
```
Expand All @@ -21,7 +21,7 @@ make -j$(nproc) CFLAGS="-O3"
make install
```

**Installing libtorrent**
###Installing libtorrent
We strongly advise to configure with aligned memory access to avoid critical stability issues.
```
cd libtorrent
Expand All @@ -31,7 +31,7 @@ make -j$(nproc) CXXFLAGS="-O3"
make install
```

**Installing rTorrent**
###Installing rTorrent
We strongly advise to configure with xmlrpc-c to ensure ruTorrent is supported.
```
cd rtorrent
Expand All @@ -44,7 +44,7 @@ make install
## Configuring
Please take a minute to review the custom **.rtorrent.rc** file. This project has specific requirements for configuration.

**Watch directories**
###Watch directories
The schedule method has significant overhead. There is a better alternative.
```
schedule = watch_directory,5,5,"load.start=~/watch/*.torrent"
Expand Down

0 comments on commit 0f73e5a

Please sign in to comment.