cistem-org / developmental-docs

BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Compilation instructions for cisTEM #25

Closed rahelwoldeyes closed 1 year ago

rahelwoldeyes commented 2 years ago

Is this related to All

Describe the solution you'd like

Can you describe how one can compile cisTEM?

Describe alternatives you've considered The "building from source" instructions here (https://github.com/timothygrant80/cisTEM) doesn't seem up to date. I can't find the configure file. I see "configure.ac". Do I need to use automake?

Additional context

jojoelfe commented 2 years ago

Hi,

yes you will need autotools and wxWidgets installed. You will also either need the intel compiler suite or g++ and fftw.

To generate the configure file run the regenerate_project.b script.

Best,

Johannes

rahelwoldeyes commented 2 years ago

Thanks Johannes. I will try it out.

Best,