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

linux-build-cmake - #4

Open
kf6kjg wants to merge 1 commit into
IslandzVW:masterfrom
kf6kjg:linux-build-cmake
Open

linux-build-cmake#4
kf6kjg wants to merge 1 commit into
IslandzVW:masterfrom
kf6kjg:linux-build-cmake

Conversation

@kf6kjg

@kf6kjg kf6kjg commented Feb 13, 2017

Copy link
Copy Markdown

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
Copy Markdown

In my experience all that was needed is:

mkdir build
cd build
cmake ..
make

@kf6kjg

kf6kjg commented Feb 13, 2017 via email

Copy link
Copy Markdown
Author

@cinderblocks

Copy link
Copy Markdown

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