Changes between Version 4 and Version 5 of TewiInstall
- Timestamp:
- Sep 21, 2024, 7:42:05 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TewiInstall
v4 v5 9 9 === Compile the code 10 10 1. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors]. 11 2. Run `make PLATFORM=<platform> PREFIX=<prefix>`. Replace `<platform>` with your platform name, but lower-case, `<prefix>` with the prefix. 12 3. Run `make install PREFIX=<prefix>` with root. 11 2. Copy `config.h.tmpl` to `config.h`. 12 3. Edit `config.h` if you want to, or need to. 13 4. Run `make PLATFORM=<platform> PREFIX=<prefix>`. Replace `<platform>` with your platform name, but lower-case, `<prefix>` with the prefix. 14 5. Run `make install PREFIX=<prefix>` with root. 13 15 14 16 == Windows 17 1. Get the installer from [http://f.nishi.boats/f/g/tewi Nishi CDN], [https://jenkins.nishi.boats/job/tewi Jenkins], or [https://github.com/pnsk-lab/tewi/releases GitHub releases]. 18 2. Run it.