Skip to content

Conversation

@jsh
Copy link

@jsh jsh commented May 11, 2015

Add instructions for CentOS7, and some missing steps for Ubuntu 14.04.

Aircell added 5 commits May 11, 2015 16:19
Add a shebang line to notice typos, bail on errors.
Provide default values for variables.
Add $prefix/bin to path.
Default packages for 14.04 are too old to build with these instructions.
Add instructions for getting newer go.
Add instructions for getting newer ruby and associated packages.
Also toss bison into the requirements for both CentOS and Ubuntu.
Simplify installation of client and man pages to use "install -D"
Install prerequisites, then build client on
CentOS 6/7, Debian 8, and Ubuntu 14.04.
Also build docs on all but CentOS 6.
@technoweenie technoweenie merged commit 300cf8b into git-lfs:master May 13, 2015
@technoweenie
Copy link
Contributor

Thanks! I had my own minor nits on this:

  • Reformatted docs/linux-build.md so each line is under 80 chars: 690a9b7
  • Changed the scripts to clone from github/git-lfs and not your personal fork. Busted :) 9f118cd

This was referenced May 13, 2015
Copy link
Contributor

Choose a reason for hiding this comment

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

#What if there line 13-15 you did instead
if git rev-parse; then
cd $(git rev-parse --show-toplevel)
else
cd /tmp
[ -d git-lfs ] || git clone https://github.com/github/git-lfs
cd git-lfs
fi
#That way it will use someone else's fork/branch for testing purposes? with out having to create a symlink to their repo from /tmp

andyneff added a commit to andyneff/git-lfs that referenced this pull request May 17, 2015
andyneff added a commit to andyneff/git-lfs that referenced this pull request May 30, 2015
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.

4 participants