Skip to content

Commit

Permalink
Corrected the typed commands in the Test section,
Browse files Browse the repository at this point in the history
and added a similar Debug section.
  • Loading branch information
softins committed Jan 19, 2013
1 parent 961596a commit d506d3b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,22 @@ Program Documentation:

Test:
Type
cd build/mscore
mscore
cd build.release/mscore
./mscore

to start mscore. On first invocation a demofile
is shown. You probably want to change that in the
"preferences" dialog.

Debug:
A debug version can be built by doing "make debug" above,
instead of "make release".

To test the debug version, type

cd build.debug/mscore
./mscore

=================================================================
Contact
=================================================================
Expand Down

0 comments on commit d506d3b

Please sign in to comment.