-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation and git ignore file
- Loading branch information
Tore Niermann
committed
Nov 8, 2017
1 parent
8527b94
commit c4e9b57
Showing
3 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*.ncb | ||
*.sln | ||
*.suo | ||
*.user | ||
Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Build instructions | ||
====================================================================== | ||
|
||
For the DMSDKs contact Gatan or look on their website www.gatan.com. | ||
|
||
It is assumed, that the DMSDKs and their dependencies (e.g. boost) | ||
were already properly installed. | ||
|
||
GMS-2.X: | ||
* Open vc2008/fftpack.vcproj with Visual Studio 2008 | ||
* Add your DMSDK include and library directories to the VC++ Directories | ||
in Visual Studio (in Tools/Options/Projects and Solutions/VC++ Directories). The | ||
DMSDK is usally installed to C:\ProgramData\Gatan\DMSDK | ||
* Build the Release build | ||
* You should find your plugin as vc2008/Release/fftpack_GMS2X_x86.dll | ||
|
||
GMS-1.X: | ||
* Open vc2003/fftpack.vcproj with Visual Studio 2003 | ||
* Add your DMSDK include and library directories to the VC++ Directories | ||
in Visual Studio (in Tools/Options/Projects/VC++ Directories). | ||
* Build the Release build | ||
* You should find your plugin as vc2003/Release/fftpack_GMS1X.dll | ||
|
||
Documentation | ||
====================================================================== | ||
|
||
The documentation uses the Sphinx (sphinx.pocoo.org) documentation system, | ||
which in turn requires a working Python (www.python.org) installation. | ||
To build the documentation simply go into the documentation subdirectory | ||
(doc/) and invoke the sphinx system (e.g. by calling make.bat html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters