浏览代码

More notes on building

master
lostd 10 年前
父节点
当前提交
532ac6a251
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. +10
    -1
      README

+ 10
- 1
README 查看文件

@@ -36,9 +36,11 @@ cases you just do:
make make


It is known to work on OpenBSD, NetBSD, FreeBSD, Arch Linux, Slackware, It is known to work on OpenBSD, NetBSD, FreeBSD, Arch Linux, Slackware,
IRIX 6.5 and Haiku. Some notes for building on certain systems follow.
IRIX 6.5, Haiku, Solaris 9. Some notes for building on certain systems
follow.


* IRIX 6.5: * IRIX 6.5:
Tested with gcc from http://freeware.sgi.com/.


make CC="gcc" LDLIBS="-lgen" make CC="gcc" LDLIBS="-lgen"


@@ -46,6 +48,13 @@ IRIX 6.5 and Haiku. Some notes for building on certain systems follow.


make LDLIBS="-lncurses" make LDLIBS="-lncurses"


* Solaris 9:
Tested with gcc from http://www.opencsw.org/.

export PATH=/usr/ccs/bin:/opt/csw/bin
make CC="gcc"


Contact Contact
======= =======




正在加载...
取消
保存