source: Main/trunk/Document/input/building/netware.md@ 385

Last change on this file since 385 was 363, checked in by Nishi, on Oct 17, 2024 at 9:44:09 AM

add building instruction

File size: 1.5 KB
Line 
1\language ^en$
2# Build for NetWare {Build}
3
4Tewi HTTPd has the NetWare support.
5
6## Steps
7
8### 1. Install packages
9
10It 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
17You can get the source codes using several VCS. ([Official Repository List](repos.html))
18
19### 3. Create config.h
20
21Copy config.h.tmpl to config.h. Edit it if needed.
22
23### 4. Run make
24
25Run `make PLATFORM=netware PREFIX=prefix`. PREFIX is set to `SYS:/Tewi` by default.
26
27\language ^jp$
28# NetWare向けにビルドする {ビルド}
29
30Tewi HTTPdにはNetWareサポートがあります。
31
32## ステップ
33
34### 1. パッケージを入れる
35
36Debianの場合、以下のものがあればコンパイルできるはずです:
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
47config.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.