If ASIS is not running on your system, you can follow the same steps as
for the installation in enforced mode (refer to 2.1), only
the last step will differ:
Indeed, instead of running make.pl
as proposed you simply enter:
> ./make.pl -w
where the -w flag means weak mode or
> ./make.pl -C hepix:cern
You can always use the debug mode as well with
> ./make.pl -d -w
where the -d flags means debug or
> ./make.pl -d -C hepix:cern
and the -v
flag to get a verbose output or the -n
flag to see
what it would do.