Sujet : Re: ******** Video: FOSS Superiority Versus Commercial Software **********
De : physfitfreak (at) *nospam* gmail.com (Physfitfreak)
Groupes : comp.os.linux.advocacyDate : 05. Dec 2024, 01:22:32
Autres entêtes
Organisation : Modern Human
Message-ID : <viqro9$e3sc$1@solani.org>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 12/4/24 4:17 PM, Farley Flud wrote:
It is quite easy:
unpack tarball
mkdir build && cd build
qmake5 ../MathMod.pro
edit Makefile (if desired)
make
run ./MathMod (no install necessary)
It doesn't work.
I clicked "Download" at Sourceforge site. Unzipped it in a directory. Changed to that directory. Tried qmake5 ../MathMod.pro. Said it doesn't know what qmake5 is but I could install it with a sudo apt ... . Did that. Then same command this time said cannot find file ../MathMod.pro (it is sitting right there!).
Then I went another route. I did sudo apt install MathMod. It said:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package MathMod
So it wants a package, and there's no package for it.
Winblow can defecate on top of this for good reasons :)