Advise in how to make basilisk available for all users
132 views
Skip to first unread message
jose.lopez...@gmail.com
unread,
Jun 23, 2016, 6:52:33 AM6/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to basilisk-fr
Hi all,
I installed basilisk following the instructions without any problem. Since installation was done in my account sources and environment variables refers to my account. For example, in my .bashrc it can be read "export BASILISK=/home/jmlopez/basilisk/src".
Now I have convinced more users to start to work with basilisk but they do not have available basilisk. An obvious solution is that each user can install (and customize if wished) basilisk in their accounts. However I would like to keep the control of basilisk being the rest mere users.
I will appreciate any advise about what will be the best way to have it available for all users having just one installation.
Cheers
Jose
Stephane Popinet
unread,
Jun 24, 2016, 4:41:44 AM6/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to basil...@googlegroups.com
Hi Jose,
A simple way is to install Basilisk somewhere generic on the machine,
for example /usr/local/basilisk. You then need to set the BASILISK
environment variable and add to the PATH in the /etc/profile file which
will set these variables automatically for all users (when they login).
Each user can then setup a basic Makefile i.e.
CFLAGS += -O2
include $(BASILISK)/Makefile.defs
in whatever directory they want to work in (somewhere in their home
directory obviously).