Skip to content

mauriciodev/rinex_ho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rinex_ho

Google Colaboratory example:

Open notebook on Google Colab

Requirements

git, cmake, g++/mingw

On Ubuntu

sudo apt-get install g++ cmake build-essential libncurses-dev wget unzip zip gzip

On windows, install these packages:

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

Download from GitHub

git clone [email protected]:mauriciodev/rinex_ho.git

Or download and unzip:

https://github.com/mauriciodev/rinex_ho/archive/refs/heads/main.zip

Installation from source

cd rinex_ho
mkdir bin
cd bin
cmake ..
make -j4

On windows (using Git-cola and QtCreator):

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.

Testing (on the bin directory)

./rinex_ho

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published