Hi everybody,
Is there any opportunity to add the Julia programming in the Slitaz packages repository?
Thank you
Hi everybody,
Is there any opportunity to add the Julia programming in the Slitaz packages repository?
Thank you
There is no neccessity to add a package to the SliTaz repositories since julia can be installed
from https://julialang-s3.julialang.org/bin/linux/x64/1.11/julia-1.11.2-linux-x86_64.tar.gz as
follows:
Suppose an installed version of Slitaz current64 is in use
1. Fetch https://julialang-s3.julialang.org/bin/linux/x64/1.11/julia-1.11.2-linux-x86_64.tar.gz
2. Because busybox tar has no paramter strip-components, install tar: # tazpkg -gi tar
3. # cd /
4. # tar --strip-components -xf <path-to-julia-tar.gz>
You must log in to post.