Replies: 5 comments
-
I only officially build CDs with original source code; there are no CD images with third-party ports. If you are capable of running the Docker build tools, you can place
If it happens to be an Intel NIC, it is possible the existing driver would work, but doesn't check for the PCI device ID, and a small change could get you online. If it's not an Intel NIC, you could consider trying to write a driver for it. 😉 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick feedback. For now I can use qemu instead of booting directly from a usb stick. Then I have interface enp0s3, with httpd on the host OS for fetching msk packages. Then I change /etc/msk.conf to... Then install the packages manually: I guess if I want to build some external software like Perl I would need to build a version of make(1) first. |
Beta Was this translation helpful? Give feedback.
-
|
The greatest challenge with building third-party software from source releases is going to be running |
Beta Was this translation helpful? Give feedback.
-
|
The first challenge was that there was no gzip to extract make-4.4.1.tar.gz. I worked around this by decompressing the file on Linux first. Then The next step was to run |
Beta Was this translation helpful? Give feedback.
-
There is a
For some reason, GNU Make is distributed in an old V7 archive instead of a USTAR archive; Toaru's
You are not going to make progress with this, and GNU Make would not even be buildable for ToaruOS from a Linux host without serious effort. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Today I verified that the ToaruOS image.iso boots successfully from a USB stick on my HP laptop.
I would like to build things in /src for myself on this laptop, but image.iso doesn't contain gcc or any build tools.
Is there an alternative ISO I can use which includes all the msk packages [1] pre-installed?
Even if I set up a local mirror of the packages, the HP laptop's ethernet doesn't appear under ifconfig(1) so fetching from the local network wouldn't be possible.
Sorry if I missed something.
Beta Was this translation helpful? Give feedback.
All reactions