|
The topics that will be covered in this hands-on session are:
Exploring RosBE
You can issue the help command to see all the available commands for RosBE.
|
The following screenshot show [OPTIONS] which available for most of RosBE commands.
After you have started a Build Environment Command Prompt, there are certain commands available. The following sections show some of the commands that will be mostly used.
This command builds all binaries of ReactOS. They will be placed in the directory specified by the ROS_OUTPUT environment variable. (default: output-i386) All source files, which did not change since the last build, will not be built again.
Now, try issuing the make command.
After the make command completed its task successfully, you can see the generated output folders and files.
The log file should be generated under RosBE-Logs folder.
Issue the clean all command to clean up all the created output and the log.