diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-02 15:59:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-02 15:59:18 (EDT) |
commit | bdc6de26a76d0089def41463a609896878f6e645 (patch) | |
tree | cf136db0d76995b1ddc9528c653e794e68113969 | |
parent | b9d1ad876a1a815272f1680d77102c575ef3d43b (diff) |
README: Note assumptions re: opkbuild dirs.
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ example, to bootstrap the core-linux-eglibc dev port, run: ./mksysconf ARCH=core-linux-eglibc PLAT=dev +These scripts assume that opkbuild is built with the default sysconfdir (/etc) +and datadir (/usr/local/share). If you've installed opkbuild with different +directories, you'll need to edit these scripts. + Binutils, GCC, Make, and the libc headers can be installed on Debian GNU/Linux by installing the build-essential package. |