Rev | Line | |
---|
[363] | 1 | \language ^en$
|
---|
| 2 | # Build for NetWare {Build}
|
---|
| 3 |
|
---|
| 4 | Tewi HTTPd has the NetWare support.
|
---|
| 5 |
|
---|
| 6 | ## Steps
|
---|
| 7 |
|
---|
| 8 | ### 1. Install packages
|
---|
| 9 |
|
---|
| 10 | It should be able to compile on Debian if below packages are installed:
|
---|
| 11 | - `build-essential`
|
---|
| 12 | - Open Watcom 2.0
|
---|
| 13 | - Novell CLib (can be found [here](https://ftp.zx.net.nz/pub/archive/novell/ndk/web/clib/))
|
---|
| 14 |
|
---|
| 15 | ### 2. Get the source code
|
---|
| 16 |
|
---|
| 17 | You can get the source codes using several VCS. ([Official Repository List](repos.html))
|
---|
| 18 |
|
---|
| 19 | ### 3. Create config.h
|
---|
| 20 |
|
---|
| 21 | Copy config.h.tmpl to config.h. Edit it if needed.
|
---|
| 22 |
|
---|
| 23 | ### 4. Run make
|
---|
| 24 |
|
---|
| 25 | Run `make PLATFORM=netware PREFIX=prefix`. PREFIX is set to `SYS:/Tewi` by default.
|
---|
| 26 |
|
---|
| 27 | \language ^jp$
|
---|
| 28 | # NetWare向けにビルドする {ビルド}
|
---|
| 29 |
|
---|
| 30 | Tewi HTTPdにはNetWareサポートがあります。
|
---|
| 31 |
|
---|
| 32 | ## ステップ
|
---|
| 33 |
|
---|
| 34 | ### 1. パッケージを入れる
|
---|
| 35 |
|
---|
| 36 | Debianの場合、以下のものがあればコンパイルできるはずです:
|
---|
| 37 | - `build-essential`
|
---|
| 38 | - Open Watcom 2.0
|
---|
| 39 | - Novell CLib ([ここ](https://ftp.zx.net.nz/pub/archive/novell/ndk/web/clib/)にあります)
|
---|
| 40 |
|
---|
| 41 | ### 2. ソースコードを持って来る
|
---|
| 42 |
|
---|
| 43 | ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html))
|
---|
| 44 |
|
---|
| 45 | ### 3. config.hを作成する
|
---|
| 46 |
|
---|
| 47 | config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。
|
---|
| 48 |
|
---|
| 49 | ### 4. makeを実行する
|
---|
| 50 |
|
---|
| 51 | `make PLATFORM=netware PREFIX=おすきなプレフィックス`を実行してください。PREFIXの指定が無い場合は`SYS:/Tewi`になります。
|
---|
Note:
See
TracBrowser
for help on using the repository browser.