Changes between Version 5 and Version 6 of TewiInstall
- Timestamp:
- Sep 21, 2024, 7:45:42 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TewiInstall
v5 v6 7 7 2. Linux 8 8 9 === Compil ethe code9 === Compiling the code 10 10 1. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors]. 11 11 2. Copy `config.h.tmpl` to `config.h`. … … 15 15 16 16 == Windows 17 Currently, following versions are checked to be working: 18 1. Windows 2000 19 2. Windows XP 20 3. Windows Vista 21 22 === Using the installer 17 23 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 24 2. Run it. 25 26 === Compiling the code (installer) 27 1. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors]. 28 2. Copy `config.h.tmpl` to `config.h`. 29 3. Edit `config.h` if you want to, or need to. 30 4. Run `./installer.sh win32` for 32-bit, `./installer.sh win64` for 64-bit. NSIS is required. 31 32 === Compiling the code (bare) 33 1. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors]. 34 2. Copy `config.h.tmpl` to `config.h`. 35 3. Edit `config.h` if you want to, or need to. 36 4. Run `make PLATFORM=win32` for 32-bit, and `make PLATFORM=win64` for 64-bit. Use `win32-service` or `win64-service` for `PLATFORM` to create a service executable.