소스 검색

Add section describing how to install Ruby and gems using a package manager

tags/0.4.1
Eric Bréchemier 14 년 전
부모
커밋
96efb0a064
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. +12
    -0
      TESTING.md

+ 12
- 0
TESTING.md 파일 보기

@@ -6,6 +6,18 @@ The mustache.js test suite uses the [RSpec](http://rspec.info/) testing
framework. In order to run the tests you'll need to install [Ruby](http://ruby-lang.org/)
as well as the `rake`, `rspec` (>=2), and `json` [RubyGems](http://rubygems.org/).

### How to install Ruby, Ruby gems and the required gems with a package manager

Tested on Ubuntu 10.10.

$ sudo apt-get install ruby1.8-dev
$ sudo apt-get install rubygems1.8
$ sudo gem install rake rspec

$ # needed to build native json extension for json gem
$ sudo apt-get install build-essential libreadline5-dev
$ sudo gem install json

### How to install Ruby and the required gems from source

Make sure you have the required tools to compile it:


불러오는 중...
취소
저장