You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use standard tools for configuring/installing MFAToolkit.
Right now to compile MFAToolkit from a locally installed glpk, here are the commands:
INC="-I/homes/pfrybar/public_html/msdist/test/local/include -L/homes/pfrybar/public_html/msdist/test/local/lib" LD_RUN_PATH=/homes/pfrybar/public_html/msdist/test/local/lib make
TARGET=/homes/pfrybar/public_html/msdist/test/local/ make deploy-mfatoolkit
If we do this correctly then all we have to do is:
./configure --prefix=/homes/pfrybar/public_html/msdist/test/local
make
make install
The text was updated successfully, but these errors were encountered:
We should use standard tools for configuring/installing MFAToolkit.
Right now to compile MFAToolkit from a locally installed glpk, here are the commands:
If we do this correctly then all we have to do is:
The text was updated successfully, but these errors were encountered: