QuickStart » History » Version 12
Oleksandr Rybalko, 01/27/2012 10:54 AM
1 | 1 | Nicolai Petri | h1. QuickStart |
---|---|---|---|
2 | 1 | Nicolai Petri | |
3 | 1 | Nicolai Petri | .. todo |
4 | 2 | Oleksandr Rybalko | |
5 | 11 | Oleksandr Rybalko | # -install uboot_mkimage (required for devices which use U-Boot bootloader) (see [[Installing uboot_mkimage]])- |
6 | 2 | Oleksandr Rybalko | # somewhere in your home do `mkdir -p ZRouter/` |
7 | 2 | Oleksandr Rybalko | # cd ZRouter |
8 | 8 | Oleksandr Rybalko | # [[hg]] clone http://zrouter.org/hg/zrouter/ (that step made a copy of ZRouter project in zrouter subdir) |
9 | 8 | Oleksandr Rybalko | # [[hg]] clone http://zrouter.org/hg/FreeBSD/head FreeBSD |
10 | 7 | Nicolai Petri | # export FREEBSD_SRC_TREE=${PATH_TO_FREEBSD_SRC}/head |
11 | 7 | Nicolai Petri | # export OBJ_DIR=${PATH_FOR_OBJ_BUILD_DIR} |
12 | 12 | Oleksandr Rybalko | # make TARGET_PAIR=D-Link/DSR-500 |
13 | 12 | Oleksandr Rybalko | -# ./menu.sh- |