Skip to content

Commit

Permalink
Add installation details in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhart committed Aug 21, 2018
1 parent fad647e commit d65a629
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,26 @@ To build the plugins you will require the external libraries. They are located i

You must clone this repository in the ```deps``` folder [Create it if it isn't exists].

# Building
# How to build ExocortexCrate ?

To build ExocortexCrate you'll need to install some dependencies:
To build ExocortexCrate you need to install some dependencies:
- CMake 3.7
- Visual studio 2015
- Exocortex-Crate-WindowsDeps

These dependencies must be in your system environment path, except ```Exocortex-Crate-WindowsDeps``` that must be located in the ```deps``` folder.

When dependencies are installed, open a ```VS2015 x64 Native Tools``` command prompt and type ```compile.bat```.
A new folder named ```build_install``` will be created with the libraries and includes files.
A new folder named ```build_install``` will be created with the libraries and includes files.

# How to install ExocortexCrate ?

To install ExocortexCrate, You need to download:
- The latest release of ExocortexCrate (the release contains the ```build_install``` folder).
- The Exocortex-Crate-WindowsDeps repository.

Then,

1. Copy the ExocortexCrate dlu from ```build_install\bin``` to ```YOUR_3DS_MAX_FOLDER\Plugins``` folder.
2. Copy the 3DS Max scripts from ```build_install\3DSMax\MaxScripts``` to ```YOUR_3DS_MAX_FOLDER\scripts``` folder.
3. Copy the dependencies (Alembic' and ilmbase' dlls) in your ```YOUR_3DS_MAX_FOLDER``` folder.

0 comments on commit d65a629

Please sign in to comment.