dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

`README.md`'s links to build tools does not work. Where to find `dj64-gcc`? #90

Closed dreirund closed 7 months ago

dreirund commented 7 months ago

Ahoj,

I want to build comcom64 on Arch Linux.
It needs dj64-gcc executable.

I do not know where to find it, so I wanted to read the lists of needed build tools which the README.md links for Ubuntu and Fedora.

But the links do not work; they lead to an HTTP error 404 "Not Found".

In the README.md:

Install the needed build tools.<br/>
You can see the list of them
[for ubuntu](https://github.com/stsp/comcom64/blob/master/debian/control#L7-L14)
or
[for fedora](https://github.com/stsp/comcom64/blob/master/comcom64.spec.rpkg#L17-L24)

Both URLs do not work.

Regards!

stsp commented 7 months ago

Links should now work, thanks! Unfortunately comcom64 needs too many build deps, which is why I decided to keep supporting the deprecated comcom32, until the build deps are added to debian at least. So you are free to use either one of comcoms for now.

severach commented 7 months ago

I got all the tools built for dj64. comcom64 is ready to go in Arch.

stsp commented 7 months ago

Interesting! You may want to add this patch to smallerc: https://github.com/alexfru/SmallerC/pull/42 as the maintainer is a bit slow to review.

stsp commented 7 months ago

Also please correct the home-page of an lfanew: https://codeberg.org/tkchia/lfanew I put the fork on github only to add debian/fedora build specs, so my fork is irrelevant and should (preferably) not be built.

severach commented 7 months ago

All set on those fixes.