Modified:
/wiki/DevEnvironment.wiki
=======================================
--- /wiki/DevEnvironment.wiki Thu Jul 29 07:03:34 2010
+++ /wiki/DevEnvironment.wiki Thu Aug 19 15:27:18 2010
@@ -10,9 +10,20 @@
You'll also need a compiler, whether its MSVC++ on Windows or GCC on Linux.
+== Subversions ==
+
= Details =
-=== Know Working Setup ===
+=== Quick way to build ===
+
+ # Open a console and navigate to the directory which you want to have
your source checked out.
+ # {{{svn checkout http://gtest-runner-qt.googlecode.com/svn/trunk/
gtest-runner-qt-read-only}}}
+ # {{{cd gtest-runner-qt-read-only}}}
+ # {{{qmake}}}
+ # {{{make}}}
+ # {{{make install}}}
+
+=== Known Working Setup ===
My preferred setup uses the following software:
@@ -23,4 +34,4 @@
GCC
To setup a working environment install Eclipse, Qt 4.6 and the Qt Eclipse
Plugin.
-Make a new Qt Project in Eclipse, name it whatever you want. After it's
done, it will create some default files and tree structure. You can delete
this
+Make a new Qt Project in Eclipse, name it whatever you want. After it's
done, it will create some default files and tree structure. You can delete
this and import from svn into your new directory. Refresh your project and
it should load the settings (hopefully).