Tcpser

From Jay's Cafe' Wiki
Revision as of 17:13, 10 June 2021 by Jayctheriot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

On Windows 10, using the WSL Ubuntu 18.04/20.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

The executable will be in the same directory you are currently in. To make it easily accessible, you can put a copy of

tcpser

in /usr/local/bin/ or <home>/bin/