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

I don't understand how to use this... #13

Closed
junobonnie opened this issue Jun 8, 2021 · 2 comments
Closed

I don't understand how to use this... #13

junobonnie opened this issue Jun 8, 2021 · 2 comments

Comments

@junobonnie
Copy link

junobonnie commented Jun 8, 2021

How do i install gadgetveiwer?

'make' and 'make install' was not work at gadgetviewer-1.1.1$ directory.

I don't speak English, so I have limitations in finding information.

Somebody help me...

@jchelly
Copy link
Owner

jchelly commented Jun 9, 2021

If you downloaded a release file (e.g. from https://github.com/jchelly/gadgetviewer/releases) then you just need to run the configure script first:

cd gadgetviewer-1.1.1
./configure --prefix=<install location>
make
make install

where is the path to install it in. You'll need to have C and Fortran compilers and the GTK2 library installed on your system.

If you cloned the repository you need to run an extra command to create the configure script first:

cd gadgetviewer-1.1.1
./autogen.sh

There's more information in the README file: https://github.com/jchelly/gadgetviewer/blob/master/README.md

@junobonnie
Copy link
Author

Thank you!!!!! It works really well!

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

No branches or pull requests

2 participants