You are not logged in.
Hi everybody,
Is there any opportunity to add the Julia programming in the Slitaz packages repository?
Thank you
Offline
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: [c]# tazpkg -gi tar[/c]
3. [c]# cd /[/c]
4. [c]# tar --strip-components -xf <path-to-julia-tar.gz>[/c]
Offline
[ Generated in 0.016 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]