Tcpser
From Jay's Cafe' Wiki
Revision as of 15:56, 10 June 2021 by Jayctheriot (talk | contribs)
On Windows 10, using the WSL Ubuntu 18.04, to compile tcpser complete the following:
git clone https://github.com/go4retro/tcpser.git cd tcpser git pull origin vicekludge git add src/version.h git add tcpser.exe
Edit src/version.h and delete the following lines:
<<<<<<< HEAD #define VER_PATCH 5 #define VER_FIX _alpha =======
and
>>>>>>> e5cb9bdd4f675887599e6fbeadb792684aa18d28
and then continue on:
git commit make