Skip to content

Add build instructions to README. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# InstanceMan

## Getting Started

### Prerequisites

* Cinema 4D R20
* Cinema 4D R20 C++ SDK
* Visual Studio 2015
* Cinema 4D SDK Project Tool

Some experience building Cinema 4D plugins. If you haven't before [this post](https://plugincafe.maxon.net/topic/10967/compiling-the-cinema-4d-r20-c-sdk-examples/4) may be useful.

### Downloading

1. Open **Command Prompt**.
1. Navigate to your C4D plugins directory for me that's `cd C:\Users\donovan\MAXON\plugins`
1. Clone this repo: `git clone [email protected]:mp5gosu/InstanceMan.git`

### Building

#### Update the Project

1. Copy the `frameworks` folder from the C4D SDK into the `InstanceMan` directory.
1. Update the plugin project with the C4D SDK Project Tool `kernel_app_64bit.exe g_updateproject=C:\Users\YourUserNameHere\MAXON\plugins\InstanceMan`.

#### Build the Project

1. Open the `instanceman.vcxproj` file in the `project` folder that was generated/updated by the Project Tool in Visual Stu.
1. Build > Build Project

#### Verify the Build

1. Open Cinema 4D
1. Look in the Plugins pulldown for "instanceman"