Skip to content
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

typos in README.md file #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ To build the project, you usually need to perform the following steps:
- Get latest PDF Raster sources (use this for updates only)
```
git submodule update --init --recursive
git submodule foreach git pull origin master
```
git submodule foreach git pull origin master
```
- Build PDF Raster solution (/source/pdfraster/pdfraster.sln)

- [optional] [Download nuget](https://dist.nuget.org/index.html) (if you don't have it already)
- Install [Wix](http://wixtoolset.org/) to add installer project types in Visual Studio
- Install [BouncyCastle](http://https://www.bouncycastle.org//) to add support for Self-Certification
- Install [Wix](https://wixtoolset.org/) to add installer project types in Visual Studio
- Install [BouncyCastle](https://www.bouncycastle.org/) to add support for Self-Certification
- Restore packages by running ```nuget.exe restore TwainDirect.sln```

- Build PDF/raster solution (/source/pdfraster/pdfraster.sln)

- Build TWAIN Direct solution (/source/TwainDirect.sln)