git, cmake, g++/mingw
sudo apt-get install g++ cmake build-essential libncurses-dev wget unzip zip gzip
https://cmake.org/download/\
It's recommended to install a C++ IDE with a compiler. Ex.: Qt Creator
It's recommended to install a Git client. Ex.: GitCola, GitHub Desktop
git clone [email protected]:mauriciodev/rinex_ho.git
https://github.com/mauriciodev/rinex_ho/archive/refs/heads/main.zip
cd rinex_ho
mkdir bin
cd bin
cmake ..
make -j4
Download the source via Git-cola.
Open QtCreator and open the CMakeLists.txt from Rinex_Ho source folder.
Choose "Desktop Qt MinGW" on the Projets tab, under Build & Run.
Go to the "Edit" tab, right click on Rinex_Ho project, press "Run CMake". This should prepare the Makefile.
On the same menu, press "Build".
To debug, use the Debug menu.
./rinex_ho