Skip to content

update linux instructions in README.md#127

Closed
dstathis wants to merge 1 commit intotwanvl:masterfrom
dstathis:master
Closed

update linux instructions in README.md#127
dstathis wants to merge 1 commit intotwanvl:masterfrom
dstathis:master

Conversation

@dstathis
Copy link
Copy Markdown

fixes #126
Also improves instructions for Linux build

mkdir build
cd build
cmake ..
make
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this you can just do:

$ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
$ cmake --build build

This is better for two reasons:

  1. It's shorter. :)
  2. It doesn't assume you're using make over ninja.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some fixes to README.md in #131 that does the above btw.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rewrote those steps because they did not work on linux. Can't remember now why though

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's because the original steps assumes there's already a build directory present. :)

@dstathis dstathis closed this Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Where did all the data files go?

2 participants