Note: This guide is for Linux.
- Download from source
- Instructions are here: installation guide
- However, to move files from the unzipped source to the scicoslab directory (
/usr/lib/scicoslab-gtk-4.4.1/
), use - Then start scicoslab with root privilege
- Issue the following under scicoslab
sudo cp -r scipad/* /usr/lib/scicoslab-gtk-4.4.1/
The lesson here is that mv
command doesn't have -r
option, so cp
is all right.
sudo scicoslab
genlib("utillib");
Exit and restart scicoslab, and that will be okay.
No comments:
Post a Comment