Difference between revisions of "Tcpser"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) m |
Jayctheriot (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
On Windows 10, using the WSL Ubuntu 18.04, to compile tcpser complete the following: | On Windows 10, using the WSL Ubuntu 18.04/20.04, to compile tcpser complete the following: | ||
<pre> | <pre> | ||
Line 23: | Line 23: | ||
git commit | git commit | ||
make | make | ||
</pre> | |||
The executable will be in the same directory you are currently in. To make it easily accessible, you can put a copy of <pre>tcpser</pre> in /usr/local/bin/ or <home>/bin/ |
Latest revision as of 16:13, 10 June 2021
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/