Hi !
4. Developer executes cmake version.
This is just to see that indeed cmake is reachable in your current console
session, and it must display:
cmake version 2.8.10.2-ReactOS
Cheers,
Hermès
----------------------------------------------------------------------------
-------------------------------------
De : ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org] De la
part de J. C. Jones
Envoyé : vendredi 11 janvier 2013 00:01
À : 'ReactOS Development List'
Objet : Re: [ros-dev] Notice Of Intent - Visual Studio Build of ReactOS
Hi All,
I wanted to give an update since it has been a few days.
As you know, Amine was already in the process of generating Visual Studio
.sln and .vcxproj files for the entire ReactOS tree when I started my own
parallel conversion to Visual Studio. Therefore, I dropped my own
conversion, since there would have been considerable redundancy had I not.
Here is what there is so far (Amine can correct me if I am wrong):
1. Developer pulls entire ReactOS source tree from SVN repository.
2. Developer pulls CMake bundle from
ReactOS.org
3. Developer includes in ENVIRONMENT variable the path to Cmake bin
directory.
4. Developer executes cmake version.
5. Developer executes configure VSSolution.
6. Developer opens host-tools\reactos.sln and compiles it.
7. Developer opens reactos\reactos.sln and does build.
I am sure Amine can tell you more if you like.
-John