Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prerequisites - time and the LD_LIBRARY_PATH #44

Closed
l0k18 opened this issue Feb 14, 2018 · 1 comment
Closed

Prerequisites - time and the LD_LIBRARY_PATH #44

l0k18 opened this issue Feb 14, 2018 · 1 comment

Comments

@l0k18
Copy link

l0k18 commented Feb 14, 2018

I am working with an Arch Linux system, and I encountered two issues when building this code.

First was setting the LD_LIBRARY_PATH, for this, the command, which I found in another issue:

export LD_LIBRARY_PATH=$PWD

The second prerequisite was the 'time' command. On Arch Linux the function exists, I'm not 100% certain, but I think, within bash itself, and so the makefile was unable to run the timing tests until I installed the package with pacman -S time.

There is no build instructions in the README.md and I think these two things should be added in order to complete the documentation.

I found there is a note about in the Makefile...

@tromp
Copy link
Owner

tromp commented Feb 14, 2018

Build instructions added and 'time's for common targets removed

@tromp tromp closed this as completed Feb 14, 2018
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

No branches or pull requests

2 participants