Changes between Version 6 and Version 7 of TewiInstall


Ignore:
Timestamp:
Sep 21, 2024, 7:46:42 PM (8 weeks ago)
Author:
Nishi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TewiInstall

    v6 v7  
    28282. Copy `config.h.tmpl` to `config.h`.
    29293. 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.
     304. Run `./installer.sh win32` for 32-bit, `./installer.sh win64` for 64-bit. NSIS and MinGW-w64 are required.
    3131
    3232=== Compiling the code (bare)
     
    34342. Copy `config.h.tmpl` to `config.h`.
    35353. 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.
     364. 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.