Page 1 of 1

Ubuntu 18.04 LSR - Compile issue

Posted: Thu Apr 30, 2020 6:00 pm
by Oskar
Hello,
I like to use minisatip on PC with ubuntu 18.04.
Just downloaded the files from git, but make Returns with an issue.
Could you please help and give me any advice?
Thanks a lot.
Cheers Oskar

clone from GIT:

Code: Select all

satip@minisatip:~$ sudo git clone https://github.com/catalinii/minisatip.git
Klone nach 'minisatip' ...
remote: Enumerating objects: 5887, done.
remote: Total 5887 (delta 0), reused 0 (delta 0), pack-reused 5887
Empfange Objekte: 100% (5887/5887), 4.18 MiB | 6.38 MiB/s, Fertig.
Löse Unterschiede auf: 100% (4364/4364), Fertig.
and try to compile:

Code: Select all

satip@minisatip:~/minisatip$ l
configure*     html/         readme_footer*  README.md  tests/
configure.ac*  Makefile.in*  readme_header*  src/       tools/
satip@minisatip:~/minisatip$ make
make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden.  Schluss.

Re: Ubuntu 18.04 LSR - Compile issue

Posted: Fri May 01, 2020 7:44 pm
by 9000h
Hi,
you may have a look in the Readme (section "How to compile")
you are missing ./configure which will create the Makefile.
CU
9000h