Help for Audacity on GNU/Linux.
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see
https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the
1.2.x and
1.3.x forums.
-
kollins
- Posts: 8
- Joined: Sat Aug 22, 2015 12:41 pm
- Operating System: Please select
Post
by kollins » Sat Aug 22, 2015 12:53 pm
I'm trying to compile audacity on fedora 22 64-bits, but it fail on configure.
It gives me configure: error: ./configure failed for lib-src/libsoxr
Code: Select all
./configure: line 17: cmake: command not found
configure: error: ./configure failed for lib-src/libsoxr
-
steve
- Site Admin
- Posts: 80752
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Sat Aug 22, 2015 12:55 pm
If libsoxr is not present on the system, it has to be built from the source code (included in the Audacity source code). Building libsoxr requires cmake.
-
kollins
- Posts: 8
- Joined: Sat Aug 22, 2015 12:41 pm
- Operating System: Please select
Post
by kollins » Sat Aug 22, 2015 1:08 pm
Nice, I just installed cmake and it works.
Thanks.