Tcpser

From Jay's Cafe' Wiki
Revision as of 16:53, 10 June 2021 by Jayctheriot (talk | contribs) (Created page with "<pre> git clone https://github.com/go4retro/tcpser.git cd tcpser git pull origin vicekludge git add src/version.h git add tcpser.exe </pre> Edit src/version.h and delete the f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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