Skip to content

Commit

Permalink
Updated README and fixed typos in WindowsBuild.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tpsjr7 committed Oct 15, 2013
1 parent 61788d6 commit 2db8dff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ For more detailed development progress see Diary.md

Building
--------
Development has been done with Ubuntu 12.
Instructions below are for Ubuntu.

See Windows build instructions at https://github.com/opencog/destin/blob/master/WindowsBuild.txt

Dependencies:
CMake ( >= 2.8 )
Expand Down
8 changes: 5 additions & 3 deletions WindowsBuild.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
You will need around 10GB of free disk space to build and install the prequisites.
You will need around 10GB of free disk space to build and install the prerequisites. This has been tested on Window 7 64 bit.

This windows build is still a work in progress. Unit tests need to be fixed and Python and Java bindings need to be tested.

***************************
*** Install Qt Creator IDE ( using MingGW ) :
*** Install Qt Creator IDE (using MinGW) :

Go to http://qt-project.org/downloads
Look for, download and install using the "Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB)" link. When running the installer it may take a minute or two before anything shows up due to the large file size.
Expand Down Expand Up @@ -172,7 +174,7 @@ To run it from Qt Creator IDE:

With the DeSTIN project open, click the "Projects" tab button on the left.
Open the Run settings by clicking the "Run" button near the top.
Chose the executable to run with the Run Configuration drop down. Unfortunatly, each time you change the executable, you have to re enter the settings below.
Chose the executable to run with the Run Configuration drop down. Unfortunately, each time you change the executable, you have to re enter the settings below.

Set the Working Directory to C:\cygwin\home\<your home>\destin\Destin-build\install\bin
In the Run Environment settings:
Expand Down

0 comments on commit 2db8dff

Please sign in to comment.