Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

linux-build-cmake #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kf6kjg
Copy link

@kf6kjg kf6kjg commented Feb 13, 2017

Moved the destination of the compilation into a subfolder named bin.

This solves building on linux, Issue #3, as this OS doesn't append an extension to the filename.

This solves building on linux, Issue IslandzVW#3, as this OS doesn't append an extension to the filename.
@mdickson
Copy link

In my experience all that was needed is:

mkdir build
cd build
cmake ..
make

@kf6kjg
Copy link
Author

kf6kjg commented Feb 13, 2017 via email

@cinderblocks
Copy link

Right, the majority of cmake projects are not setup to do in-source builds. Those mess up source control a lot of the time. Typically, CMake projects are built the way Make suggests.
mkdir build && cd build
cmake ..
make

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants