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

Where are the binaries? #1

Closed
supertobi opened this issue May 5, 2018 · 2 comments
Closed

Where are the binaries? #1

supertobi opened this issue May 5, 2018 · 2 comments

Comments

@supertobi
Copy link

Hi,

I've run the 3 steps

$ mkdir build
$ cd build
$ cmake ../

written in your README to build the Project. Where can I now find the binaries?

Here is the output from my git clone and cmake:

$ git clone https://github.com/gopro/gpr
Klone nach 'gpr' ...
remote: Counting objects: 410, done.
remote: Total 410 (delta 0), reused 0 (delta 0), pack-reused 410
Empfange Objekte: 100% (410/410), 9.81 MiB | 4.20 MiB/s, Fertig.
Löse Unterschiede auf: 100% (67/67), Fertig.
gpr/build$ cmake ../
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Git current branch: master
-- Git commit hash: af95987
-- Found source/lib/vc5_decoder - enabling vc5 decoder and setting GPR_READING=1
-- Found source/lib/vc5_encoder - enabling vc5 encoder and setting GPR_WRITING=1
-- Found source/lib/tiny_jpeg - enabling jpeg writing and setting GPR_JPEG_AVAILABLE=1
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tobias/dev/gpr/build
tobias@tobias-Precision-M2800:~/dev/gpr/build$ ls
CMakeCache.txt  CMakeFiles  cmake_install.cmake  Makefile  source
@supertobi
Copy link
Author

OK, I've run a make after the cmake and now I have a bin in build/source/app/gpr_tools. Perhaps this should be added to the README.

@dnewman-gpsw
Copy link
Collaborator

Agreed, it was now added to the readme.

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