STXXL
sourcecode is available in a subversion repository on sourceforge.net.
The main development line (in subversion called the "trunk") is located at https://stxxl.svn.sourceforge.net/svnroot/stxxl/trunk
Alternatively you might use a branch where a new feature is being developed. Branches have URLs like https://stxxl.svn.sourceforge.net/svnroot/stxxl/branches/foobar
For the following example let's assume you want to download the latest trunk version using the command line client and store it in a directory called stxxl-trunk
(which should not exist, yet). Otherwise replace URL and path to your needs.
Run:
svn checkout https://stxxl.svn.sourceforge.net/svnroot/stxxl/trunk stxxl-trunk
cd stxxl-trunk
STXXL_ROOT
variable value choose something like $
(HOME)/path/to/stxxl-trunk
Change to stxxl directory:
cd ...path/to/stxxl-trunk
svn update
make library_g++
make tests_g++