Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Documentation and general info #10

Closed
leojrfs opened this issue May 3, 2013 · 10 comments
Closed

Documentation and general info #10

leojrfs opened this issue May 3, 2013 · 10 comments

Comments

@leojrfs
Copy link
Contributor

leojrfs commented May 3, 2013

Please create some documentation and info about the development environment needed.
That will make easier for anyone to contribute.

@sjackman
Copy link
Member

sjackman commented May 3, 2013

Hi Leo. Can you elaborate on your question? My development environment is ruby, vim and zsh, but I'm guessing that's not your question.

@leojrfs
Copy link
Contributor Author

leojrfs commented May 3, 2013

for example, instructions to setup a development environment, distro, version etc...

@sjackman
Copy link
Member

sjackman commented May 3, 2013

Use a recent version of Ubuntu and install the build-essential package.
https://help.ubuntu.com/community/CompilingEasyHowTo

@sjackman sjackman closed this as completed May 4, 2013
@MikeMcQuaid
Copy link
Contributor

@sjackman Updating the README might not be a bad call if you can be bothered.

@leojrfs
Copy link
Contributor Author

leojrfs commented May 4, 2013

👍

@sjackman
Copy link
Member

sjackman commented May 4, 2013

It's rather distro agnostic at the moment. Ubuntu was just a suggestion. It will work just as well on Debian or Fedora. All you need is a Linux distribution and a C compiler

@MikeMcQuaid
Copy link
Contributor

Sure. I guess my point was if you put even that "Linux distro and C compiler" and detail build-essential then more people will be able to a) contribute and b) improve the README. Happy to give it a go myself later.

@sjackman
Copy link
Member

sjackman commented May 5, 2013

Sure, Mike. The most sensible format I'd say would be one section per Linux distribution specifying a list of packages that should be installed, such as build-essential for Debian and Ubuntu.

@sjackman
Copy link
Member

sjackman commented May 6, 2013

Debian or Ubuntu

sudo apt-get install build-essential curl git ruby

@sjackman sjackman reopened this May 6, 2013
@ghost ghost assigned MikeMcQuaid May 6, 2013
@sjackman
Copy link
Member

Thanks, Mike.

MikeMcQuaid added a commit that referenced this issue Jun 6, 2013
Add some basic documentation.

Closes #10.

Add ruby 1.8.6 requirement

For now, it seems that homebrew-core requires Ruby 1.8.6

Known limitations of Ruby 1.8.5:
* RUBY_PATCHLEVEL is not defined
* instance_variable_defined? is not defined
* pathname.rb:223 - 'Digest::SHA2' => 'Digest::SHA256' is necessary

Closes #12
Closes #15

Add instructions to set LD_LIBRARY_PATH in .bashrc

Closes #9
MikeMcQuaid added a commit that referenced this issue Jun 26, 2013
Add some basic documentation.

Closes #10.

Add ruby 1.8.6 requirement

For now, it seems that homebrew-core requires Ruby 1.8.6

Known limitations of Ruby 1.8.5:
* RUBY_PATCHLEVEL is not defined
* instance_variable_defined? is not defined
* pathname.rb:223 - 'Digest::SHA2' => 'Digest::SHA256' is necessary

Closes #12
Closes #15

Add instructions to set LD_LIBRARY_PATH in .bashrc

Closes #9
MikeMcQuaid added a commit that referenced this issue Jun 27, 2013
Add some basic documentation.

Closes #10.

Add ruby 1.8.6 requirement

For now, it seems that homebrew-core requires Ruby 1.8.6

Known limitations of Ruby 1.8.5:
* RUBY_PATCHLEVEL is not defined
* instance_variable_defined? is not defined
* pathname.rb:223 - 'Digest::SHA2' => 'Digest::SHA256' is necessary

Closes #12
Closes #15

Add instructions to set LD_LIBRARY_PATH in .bashrc

Closes #9
MikeMcQuaid added a commit that referenced this issue Aug 29, 2013
Add some basic documentation.

Closes #10.

Add ruby 1.8.6 requirement

For now, it seems that homebrew-core requires Ruby 1.8.6

Known limitations of Ruby 1.8.5:
* RUBY_PATCHLEVEL is not defined
* instance_variable_defined? is not defined
* pathname.rb:223 - 'Digest::SHA2' => 'Digest::SHA256' is necessary

Closes #12
Closes #15

Add instructions to set LD_LIBRARY_PATH in .bashrc

Closes #9
@sjackman sjackman assigned sjackman and unassigned MikeMcQuaid Jun 11, 2014
sjackman pushed a commit to Linuxbrew/brew that referenced this issue Apr 23, 2016
Add some basic documentation.

Closes Linuxbrew/legacy-linuxbrew#10.

Add ruby 1.8.6 requirement

For now, it seems that homebrew-core requires Ruby 1.8.6

Known limitations of Ruby 1.8.5:
* RUBY_PATCHLEVEL is not defined
* instance_variable_defined? is not defined
* pathname.rb:223 - 'Digest::SHA2' => 'Digest::SHA256' is necessary

Closes Linuxbrew/legacy-linuxbrew#12
Closes Linuxbrew/legacy-linuxbrew#15

Add instructions to set LD_LIBRARY_PATH in .bashrc

Closes Linuxbrew/legacy-linuxbrew#9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants