EMBO icon indicating copy to clipboard operation
EMBO copied to clipboard

EMBO build on Linux

Open michallenc opened this issue 2 years ago • 0 comments

Hi,

I am having some troubles with building EMBO on Linux Ubuntu 22. My steps are following:

git clone https://github.com/parezj/EMBO.git embo-git then I create an empty directory embo-build and execute following command: qmake ../embo-git/src/software/EMBO/EMBO.pro this creates a Makefile and after executing make I get following error:

/usr/bin/ld: cannot find /home/michal/Michal/apps/embo/embo-git/src/software/EMBO/lib/ubuntu_18/libfftw3.a: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:276: ../embo-git/src/software/EMBO/build/linux/release/EMBO] Error 1

The required file libfftw3.a is indeed not present in any EMBO directory.

This confuses me a bit since I do not even use Ubuntu 18 but Ubuntu 22.4. I know there are some binaries available to download however I would like to compile the app from source mysefl. Any advices?

Thanks.

michallenc avatar Sep 07 '22 10:09 michallenc