/[tewi]/Document/input/building/netware.md
ViewVC logotype

Contents of /Document/input/building/netware.md

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Error occurred while calculating annotation data.
update

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`になります。

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev