Changes between Version 5 and Version 6 of TewiInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TewiInstall

    v5 v6  
    772. Linux
    88
    9 === Compile the code
     9=== Compiling the code
    10101. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors].
    11112. Copy `config.h.tmpl` to `config.h`.
     
    1515
    1616== Windows
     17Currently, following versions are checked to be working:
     181. Windows 2000
     192. Windows XP
     203. Windows Vista
     21
     22=== Using the installer
    17231. 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].
    18242. Run it.
     25
     26=== Compiling the code (installer)
     271. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors].
     282. Copy `config.h.tmpl` to `config.h`.
     293. Edit `config.h` if you want to, or need to.
     304. Run `./installer.sh win32` for 32-bit, `./installer.sh win64` for 64-bit. NSIS is required.
     31
     32=== Compiling the code (bare)
     331. Checkout the [http://svn.nishi.boats/repo/tewi Subversion repository], or from [TewiMirrors mirrors].
     342. Copy `config.h.tmpl` to `config.h`.
     353. Edit `config.h` if you want to, or need to.
     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.