| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| skynet_soft-1.0.tar.gz | 2021-03-08 | 1.8 GB | |
| README.txt | 2021-03-08 | 1.7 kB | |
| live-image-amd64.hybrid.iso | 2021-03-07 | 2.8 GB | |
| Totals: 3 Items | 4.6 GB | 5 |
Iso 1 : live-image-amd64.hybrid.iso
Debian buster Linux debian 4.19.0-14-rt-amd64 SMP PREEMPT RT
Installed :
linuxcnc
glade
qt creator
libre office
inkscape
xfburn
qalculate
vim
xarchiver
parole media player
power management
firefox web browser
dependencies for iso 2
During installation, keep root password and username empty !
Tested ok : 8-3-2021
Iso 2 : skynet_soft-1.0.tar.gz
Usage : $ tar -xf skynet_soft-1.0.tar.gz
$ cd skynet_soft-1.0
$ ./full_install.sh
Or : $ tar -xf skynet_soft-1.0.tar.gz && cd skynet_soft-1.0 && ./full_install.sh
Installing :
ethercat bus
linuxcnc rip "run in place"
qt creator c++
freecad
librecad
kdl kinematics library -> will compile from source
opencascade cad library -> will compile from source
Edited : 8-3-2021
Tested ok : 8-3-2021
Optional install :
You can unpack the archive and just install one software at a time with the installer launcher
provided in the source dir of the software package. Have fun !
Freecad note :
To set user priveleges for download freecad's addons library, in Terminal :
$ sudo chmod +x /usr/local/include/freecad/FreeCAD_0.18-16146-rev1-Linux-Conda_Py3Qt5_glibc2.12-x86_64.AppImage
Notes :
My command to make the archive in terminal :
$ tar -czvf archivename.tar.gz directorynametopack
My command to upload files to sourgeforge sftp in terminal :
$ sftp maxus@frs.sourceforge.net
$ yourpass
$ cd /home/frs/project/skynet-software/
$ dir -> shows the files of current dir
$ cd .. -> on dir back
$ put filename.txt -> to add files
$ rm filename.txt -> to remove files