JSBSIM Compile & Build / libtool not found #464
doughodson
started this conversation in
Support requests
Replies: 1 comment
-
JSBSim no longer uses GNU's autotools to build. We are now using CMake. > mkdir build
> cd build
> cmake ..
> make Would you encounter any problem in the process, don't hesitate to report the error messages you get in this discussion. We'll be glad to help.
Thanks. Keep in mind that JSBSim interface with Julia is still experimental at the moment so we'd appreciate any feedback about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just tried to compile JSBSIM 1.1.6 using configure.... it doesn't locate libtool on my system, and indicates that it needs to be installed (or newer) -- I'm wondering if what I have is too new, and it not being located properly. I ended up installing and using cmake, which worked.
BTW, I'm glad to see interfaces to Julia!!! Thanks,
Doug
Beta Was this translation helpful? Give feedback.
All reactions