Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Move Manual-installation section to wiki.
  • Loading branch information
jingwood authored Mar 16, 2021
1 parent bbe75cc commit 8a1e952
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,7 @@ The Direct2D API is a platform-associated API that requires the application to b

## Install manually

### Build from source code

Use git to clone the source code repository

```shell
git clone https://github.com/jingwood/d2dlib
```

Open `d2dlib.sln` from the `src` folder with Visual Studio 2019 or later, choose `Build` -> `Batch Build...` menu, then click `Build` button.

### Add project references

1. Add `d2dlibexport.dll` and `d2dwinform.dll` as application references
2. Put `d2dlib32.dll` in the `Debug`, `Release` or the folder where the application runs

You can also add `d2dlib32.dll` as a project file, and set it's property `Copy to output folder` to `Copy if newer`.

For different build configuration and platform target, the `d2dlib32.dll` is named as following:

| Build configuration | Platform | Name |
|---|---|---|
| Debug | x86 (32bit) | d2dlib32d.dll |
| Release | x86 (32bit) | d2dlib32.dll |
| Debug | x64 (64bit) | d2dlib64d.dll |
| Release | x64 (64bit) | d2dlib64.dll |
Learn how to [install manually](../../wiki/Manual-installation)

# Getting Started

Expand Down

0 comments on commit 8a1e952

Please sign in to comment.