First time here? Check out the Help page!
1 | initial version |
If installing it to your %HOMEDRIVE% isn't working, try 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
2. Download the source code or clone the source code using Git.
3. In a command prompt, navigate to the openstudio-standards/openstudio-standards
directory of the source code.
4. gem build openstudio-standards.gemspec
ENTER to build the 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.
2 | No.2 Revision |
If installing it to your %HOMEDRIVE% isn't working, try this:
1. this:
openstudio-standards/openstudio-standards
directory of the source gem build openstudio-standards.gemspec
ENTER to build the 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.3 | No.3 Revision |
If installing it to your %HOMEDRIVE% isn't working, try this:
C:\Ruby200-x64\lib\ruby\gems\2.0.0
NOTE this does not point to your Home directory, but your Ruby installation
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.