比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。
  1. Download Atoms Houdini from here.
  2. Extract the AtomsHoudini folder from the zip archive.
  3. Copy the AtomsHoudini folder to:

    コード ブロック
    languagebash
     /opt/Toolchefs/


  4. Add those the following lines to your houdini.env file (if you installed AtomsHoudini in a different folder please replace "/opt/Toolchefs" with the right location):

    コード ブロック
    languagebash
    ATOMS_DATA = /opt/Toolchefs/AtomsHoudini/data
    PYTHONPATH = /opt/Toolchefs/AtomsHoudini/scripts
    HOUDINI_PATH = /opt/Toolchefs/AtomsHoudini/:&
    ATOMS_ROOT = /opt/Toolchefs/AtomsHoudini
    


  5. If the license server is running on another machine set the environment variable toolchefs_LICENSE or RLM_LICENSE to 5053@servername.
  6. Set the right installation path inside the AtomsHoudini.sh (if it's different from /opt/Toolchefs/).
  7. Copy the AtomsHoudini.sh script inside /etc/profile.d/

...