tpimh / ngtc

Non-GNU toolchain
MIT License
69 stars 9 forks source link

Update non-docker version & a Containerized version #6

Open scsijon opened 4 years ago

scsijon commented 4 years ago

Comment and a request please, not a problem.

I'm coming from EasyOS, which uses containers rather than Docker, and Quirky which is root only, would you be willing to update one of your non-docker versions first or should I just clone (fork) the lot and do it myself, before I attempt to build a toolchain on our EasyOS system and work from there?

I'm also looking at creating a musl/clang/llvm/etc, based system and your nenuzhnix is of interest, can I help anywhere I can in either?

tpimh commented 4 years ago

I haven't built ngtc for a while, so I doubt that patches would still apply cleanly without modification.

Using EasyOS's containers instead of Docker shouldn't be a problem, just run sync.sh, configure.sh, build.sh and install.sh in your container (should have musl libc and a sufficient toolchain to compile C++ code) and it will be fine.

As for nenuzhnix, there are a lot of packages to add (check unassigned issues) and contributions are always welcome!

tpimh commented 4 years ago

Just updated the patches, you can try building it in EasyOS's container.

scsijon commented 4 years ago

On 13/12/19 22:37, Dmitry Golovin wrote:

Just updated the patches, you can try building it in EasyOS's container.

Ok, tuesdays job.