Hello Rob01'ers
I have some small changes to the README.txt i the root of the
Rob01Ex1_2009 folder. Here is the revised version:
This all applies to MinGW on Win32
To prepare this project
=======================
This project should be placed like this relative to RobWork and
RobWorkStudio (unless you want to edit CMakeLists.txt):
RobWork
RobWorkStudio
RobWorkApp
ClassProjects
Rob01Ex1_2009
Goto the Rob01Ex1_2009 folder and do the folowing:
(if you are using the RobWork distribution from
www.robwork.dk, do the
folowing from the 'console' or 'prompt' found in RobWork start menu
entry created by the installer)
cd build\release
cmake -G "Eclipse CDT4 - MinGW Makefiles" -
DCMAKE_BUILD_TYPE=Release ../..
copy .project ..\..\.
copy .cproject ..\..\.
cd ..
rmdir /s release
mkdir release
cd release
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ../..
To build this project from the command line
===========================================
cd build\release
mingw32-make
To develop/build this project from Eclipse CDT4 integrated development
environment
==================================================================================
Open 'eclipse' found in the start menu entry created by the RobWork
Installer.
* Import by clicking Files->Import->General->Existing projects into
workspace.
* Navigate to local/workspace/RobWorkApp/ClassProjects/Rob01Ex1_2009
and click Ok. Make sure to uncheck the 'copy files into workspace'
option and click Finish.
* Select the newly imported Rob01Ex1_2009 project in the left side of
the Eclipse main screen.
* Click on the 'Targets' tab on the upper right side of the Eclipse
main screen, and find the 'all' and 'clean' targets under build/
release in the tree structure.
* Right click 'all' and choose 'Edit'. Add the folowing to the end of
the 'Build command' string -C build/release
* Do the same for the 'clean' target.
Now the plugin can be build by double clicking the 'all' target.
To run the RobWorkStudio and this plugin
========================================
copy RobWorkStudio.ini_rob01ex1 into RobWorkStudio\bin\Release
\RobWorkStudio.ini
run RobWorkStudio.exe from the 'console' or 'prompt' installed by the
RobWork Installer.