Ubuntu 18.04 LSR - Compile issue

Support forum for minisatip
Post Reply
Oskar
Posts: 5
Joined: Sat Jun 04, 2016 8:50 pm

Ubuntu 18.04 LSR - Compile issue

Post 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.
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Re: Ubuntu 18.04 LSR - Compile issue

Post 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
Post Reply