Now go to a directory where you want to build the firmware. Depending on the features you select you will need about 2.5-5 GB free disk space. This includes the ADK itself, any source archives which will be downloaded and their extracted copies (for compiling).
To get the latest stable FreeWRT ADK try one of these commands:
[label=Check out the 1.0-branch of FreeWRT ADK via HTTP protocol] $ svn co http://www.freewrt.org/svn/tags/freewrt_1_0_x freewrt
[label=Check out the 1.0-branch of FreeWRT ADK via subversion protocol] $ svn co svn://www.freewrt.org/itags/freewrt_1_0_x freewrt
The value
is a place holder for the latest minor release number. Take a
look at our project page to find out which minor release number is the latest
one.
After successfully downloading, enter the directory:
$ cd freewrt
This directory will be referred to as the ADK root later on.