Changes between Version 6 and Version 7 of TewiInstall
- Timestamp:
- Sep 21, 2024, 7:46:42 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TewiInstall
v6 v7 28 28 2. Copy `config.h.tmpl` to `config.h`. 29 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 isrequired.30 4. Run `./installer.sh win32` for 32-bit, `./installer.sh win64` for 64-bit. NSIS and MinGW-w64 are required. 31 31 32 32 === Compiling the code (bare) … … 34 34 2. Copy `config.h.tmpl` to `config.h`. 35 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. 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. MinGW-w64 is required.