Difference between revisions of "Tcpser"

From Jay's Cafe' Wiki
(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...")
 
m
Line 1: Line 1:
On Windows 10, using the WSL Ubuntu 18.04, to compile tcpser complete the following:
<pre>
<pre>
git clone https://github.com/go4retro/tcpser.git
git clone https://github.com/go4retro/tcpser.git

Revision as of 16:56, 10 June 2021

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