git-svn-id: http://svn.librewrt.org/librewrt@72 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2
[librewrt/.git] / absolute-alpha / README
1 This is the buildsystem for the LibreWRT GNU+Linux distribution
2
3 Please use "make menuconfig" to configure your appreciated
4 configuration for the toolchain and firmware.
5
6 You need to have installed gcc, binutils, patch, bzip2, flex,
7 make, gettext, pkg-config, unzip, libz-dev and libc headers.
8
9 Simply running 'make' will build your firmware.
10 It will download all sources, build the cross-compile toolchain, 
11 the kernel and all choosen applications.
12
13 You can use scripts/flashing/flash.sh for remotely updating your embedded
14 system via tftp.
15
16 The LibreWRT system is documented in docs/. You will need a LaTeX distribution
17 and the tex4ht package to build the documentation. Type make -C docs/ to build it.
18
19 Building your own firmware you need to have access to a GNU+Linux, BSD or MacOSX system.
20 Cygwin will not be supported because of the lack of case sensitiveness.
21
22 Sunshine!
23         Your LibreWRT Project
24         http://librewrt.org
25
26