Upgrade to Sortix build environment #1

Closed
sortie wants to merge 1 commits from sortie/EttinOS:main into main
First-time contributor

Congratulations! You have been selected to upgrade your build environment to Sortix!

Please enjoy amending your Sortix installation with this complimentary toolchain:

wget https://ahti.space/~sortie/EttinOS/perl.srctix.tar.xz
wget https://ahti.space/~sortie/EttinOS/texinfo.srctix.tar.xz
wget https://ahti.space/~sortie/EttinOS/dosfstools.srctix.tar.xz
wget https://ahti.space/~sortie/EttinOS/mtools.srctix.tar.xz
wget https://ahti.space/~sortie/EttinOS/nasm.srctix.tar.xz
tar -xf perl.srctix.tar.xz
tar -xf texinfo.srctix.tar.xz
tar -xf dosfstools.srctix.tar.xz
tar -xf mtools.srctix.tar.xz
tar -xf nasm.srctix.tar.xz
tix-build perl
tix-install --reinstall perl.tix.tar.xz
tix-build texinfo
tix-install --reinstall texinfo.tix.tar.xz
tix-build dosfstools
tix-install --reinstall dosfstools.tix.tar.xz
tix-build mtools
tix-install --reinstall mtools.tix.tar.xz
tix-build nasm
tix-install --reinstall nasm.tix.tar.xz

Complete your upgrade today and claim a free IRC channel on irc.sortix.org!

Thank you for being chosen by Sortix!

Congratulations! You have been selected to upgrade your build environment to Sortix! Please enjoy amending your Sortix installation with this complimentary toolchain: wget https://ahti.space/~sortie/EttinOS/perl.srctix.tar.xz wget https://ahti.space/~sortie/EttinOS/texinfo.srctix.tar.xz wget https://ahti.space/~sortie/EttinOS/dosfstools.srctix.tar.xz wget https://ahti.space/~sortie/EttinOS/mtools.srctix.tar.xz wget https://ahti.space/~sortie/EttinOS/nasm.srctix.tar.xz tar -xf perl.srctix.tar.xz tar -xf texinfo.srctix.tar.xz tar -xf dosfstools.srctix.tar.xz tar -xf mtools.srctix.tar.xz tar -xf nasm.srctix.tar.xz tix-build perl tix-install --reinstall perl.tix.tar.xz tix-build texinfo tix-install --reinstall texinfo.tix.tar.xz tix-build dosfstools tix-install --reinstall dosfstools.tix.tar.xz tix-build mtools tix-install --reinstall mtools.tix.tar.xz tix-build nasm tix-install --reinstall nasm.tix.tar.xz Complete your upgrade today and claim a free IRC channel on irc.sortix.org! Thank you for being chosen by Sortix!
crazyettin closed this pull request 2021-06-22 19:45:37 +00:00
Owner

I used this as a basis for a commit that adds support for Sortix build environment but continues to support non-Sortix systems as well.

I used this as a basis for a commit that adds support for Sortix build environment but continues to support non-Sortix systems as well.

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: crazyettin/EttinOS#1
No description provided.