horizon-eda / horizon-docs

Creative Commons Attribution Share Alike 4.0 International
7 stars 15 forks source link

Add solus installation instructions #22

Closed maikwoehl closed 1 month ago

maikwoehl commented 3 years ago

Added installation instructions from unofficial sources.

A package request to the official repository will be filed in the next days.

maikwoehl commented 3 years ago

Output on local machine looks good.

maikwoehl commented 3 years ago

Package requested is filed: https://dev.getsol.us/T9908

maikwoehl commented 2 years ago

Package accepted for inclusion. Inclusion patch uploaded: https://dev.getsol.us/D12153

carrotIndustries commented 2 years ago

Just wondering, why doesn't your install step call make install?

maikwoehl commented 2 years ago

Just wondering, why doesn't your install step call make install?

Because I'm a new maintainer in solus ecosystem and still learning how to use the macros in package.yml correctly. I'm now tinkering with the PREFIX variable to point the installation to /usr instead of /usr/local

carrotIndustries commented 2 years ago

For reference, here's how it's done in the arch linux PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=horizon-eda#n22 make DESTDIR=$pkgdir PREFIX=/usr install install-man

maikwoehl commented 2 years ago

For reference, here's how it's done in the arch linux PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=horizon-eda#n22 make DESTDIR=$pkgdir PREFIX=/usr install install-man

Now I have done that, too. Thank you.

carrotIndustries commented 2 years ago

Now that it's in their repos, you should probably update the installation instructions accordingly.

maikwoehl commented 2 years ago

It has landed: https://dev.getsol.us/source/horizon-eda/