Kalpanika / x3f

Tools for manipulating X3F files from Sigma cameras
88 stars 28 forks source link

Compile native on OS-X #92

Open lemkesoft opened 7 years ago

lemkesoft commented 7 years ago

Hi,

how can I compile the sources directly on 10.12? Current Xcode, Commandline tools and Cmake is installed.

Thorsten

erikrk commented 7 years ago

The sources are prepared for building directly on OS X, but I think it still remains untested, so if you're going to attempt a build, you will probably have to work out a couple of makefile bugs.

erikrk commented 7 years ago

The sources are prepared for building directly on OS X, but I think it still remains untested, so if you're going to attempt a build, you will probably have to work out a couple of makefile bugs.

On mar, 2016-10-25 at 04:07 -0700, lemkesoft wrote:

Hi,

how can I compile the sources directly on 10.12? Current Xcode, Commandline tools and Cmake is installed.

Thorsten

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

rolkar commented 7 years ago

Thorsten? Has the answer fixed your problem?

lemkesoft commented 7 years ago

I just used the precompiled tools

rolkar commented 7 years ago

OK - and with precompiled tools you can build it without changing anything in the code or in build files?

BTW - what precompiled tools did you need to install?

lemkesoft commented 7 years ago

I use only x3f_extract

rolkar commented 7 years ago

Thanx for your answer. Lets see if I got this correct.

You did not have any problems compiling on OS-X. You just wrote "make" and everything compiled fine. Then you could use x3f_extract without problems.

Have I got it right?

lemkesoft commented 7 years ago

make on macOS did not work in the past. I did not try again, yet. I can give you access to a mac for testing with i.e. TeamViewer. Just contact me by direct e-mail (lemke at lemkesoft.de)

rolkar commented 7 years ago

Ah ... now I see! I misunderstood you above. You use the precompiled tools from us :)

I have macs actually. But have not tried to build on them. I suspected it would not work and did not want to thread that path :) So, I got a bit excited when I thought you maybe had built it.

I should really take the time to get it to compile on mac native. So, Ill keep this issue open.

Alex-Vasile commented 1 year ago

I think this can be closed as the CMakelist file provided in #110 works.