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

Documentation for build in Linux environment #3

Closed
deepujain opened this issue Jan 14, 2019 · 3 comments
Closed

Documentation for build in Linux environment #3

deepujain opened this issue Jan 14, 2019 · 3 comments

Comments

@deepujain
Copy link
Contributor

Update Readme with pre-requisite steps for building in Linux environment.

@deepujain deepujain changed the title Build in Linux environment ( documentation ) Documentation for build in Linux environment Jan 16, 2019
@minduni
Copy link
Contributor

minduni commented Jan 21, 2019

Here the steps to build the nvidiagpubeat binary on a RedHat ES 7.3:

  • Software requirements installation
yum install python-virtualenv
yum install golang
  • Actual build of the executable
cd ~   
mkdir beats_dev 
export WORKSPACE=`pwd`/beats_dev
export GOPATH=$WORKSPACE
git clone https://github.com/elastic/beats ${GOPATH}/src/github.com/elastic/beats --branch 6.5
mkdir $WORKSPACE/src/github.com/deepujain
cd $WORKSPACE/src/github.com/deepujain
git clone https://github.com/deepujain/nvidiagpubeat
cd nvidiagpubeat/
make copy-vendor
make

@deepujain
Copy link
Contributor Author

@minduni Thanks for the steps. eBay repository no longer uses "deepujain".

Could you please give a PR for README.md . Also, clearly indicate that the executable was indeed built after the steps ( ls -l )

@deepujain
Copy link
Contributor Author

Updated.

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

No branches or pull requests

2 participants