Fix command for Running OpenToonz in how_to_build_linux.md (#2599)

* dragEnterEvent force copy action

* add comment and remove unused code.

* separate commandline  for running OpenToonz
This commit is contained in:
Ken Taguma 2019-04-26 01:37:13 +09:00 committed by Jeremy Bullock
parent 1834a948c0
commit a0f8f76edc

View file

@ -171,7 +171,8 @@ If you need to debug the application, you should be able to use `cmake -DCMAKE_B
You can now run the application: You can now run the application:
``` ```
$ LD_LIBRARY_PATH=./lib/opentoonz:$LD_LIBRARY_PATH ./bin/OpenToonz $ LD_LIBRARY_PATH=./lib/opentoonz:$LD_LIBRARY_PATH
$ ./bin/OpenToonz
``` ```
### Performing a System Installation ### Performing a System Installation