Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autotools #1

Open
pfrybar opened this issue Aug 6, 2012 · 1 comment
Open

Autotools #1

pfrybar opened this issue Aug 6, 2012 · 1 comment
Milestone

Comments

@pfrybar
Copy link
Contributor

pfrybar commented Aug 6, 2012

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
@devoid
Copy link
Contributor

devoid commented Aug 6, 2012

I agree. Marking this for a September milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants