Revision history [back]
If installing it to your %HOMEDRIVE% isn't working, try this:
- Make an Environment Variable called GEM_PATH with the Value
C:\Ruby200-x64\lib\ruby\gems\2.0.0
NOTE this does not point to your Home directory, but your Ruby installation
- Download the source code or clone the source code using Git.
- In a command prompt, navigate to the
openstudio-standards/openstudio-standards
directory of the source code. gem build openstudio-standards.gemspec
ENTER to build the gem.gem install openstudio-standards-0.1.4.gem
ENTER to install the gem. NOTE: You may get a warning message about the path in this step. Ignore this message.
If installing it to your %HOMEDRIVE% isn't working, try this:
- Make an Environment Variable called GEM_PATH with the Value
C:\Ruby200-x64\lib\ruby\gems\2.0.0
C:\Ruby200-x64\lib\ruby\gems\2.0.0
NOTE this does not point to your Home directory, but your Ruby installation
- Download the source code or clone the source code using Git.
- In a command prompt, navigate to the
openstudio-standards/openstudio-standards
directory of the source code. gem build openstudio-standards.gemspec
ENTER to build the gem.gem install openstudio-standards-0.1.4.gem
ENTER to install the gem. NOTE: You may get a warning message about the path in this step. Ignore this message.
If installing it to your %HOMEDRIVE% isn't working, try this:
- this:
1. Make an Environment Variable called GEM_PATH with the Value C:\Ruby200-x64\lib\ruby\gems\2.0.0
NOTE this does not point to your Home directory, but your Ruby
installation - installation
2. Download the source code or clone the source code using
Git. - Git.
3. In a command prompt, navigate to the
openstudio-standards/openstudio-standards
directory of the sourcecode. - code.
4.
gem build openstudio-standards.gemspec
ENTER to build thegem. - gem.
5.
gem install openstudio-standards-0.1.4.gem
ENTER to install the gem. NOTE: You may get a warning message about the path in this step. Ignore this message.