diff --git a/CMakeLists.txt.user b/CMakeLists.txt.user deleted file mode 100644 index 08f48df..0000000 --- a/CMakeLists.txt.user +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - EnvironmentId - {fa1f6c87-775d-479f-a47b-1fd318d7f63f} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - true - false - 0 - true - true - 0 - 8 - true - 1 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop - {9c1e45be-5f41-4f90-a917-bfa746393751} - 0 - 0 - 0 - - - /devwork/build-imagingutility-Desktop_9c1e45-Minimum Size Release - - - - - all - - true - CMake Build - - CMakeProjectManager.MakeStep - - 1 - Build - - ProjectExplorer.BuildSteps.Build - - - - - - all - - true - CMake Build - - CMakeProjectManager.MakeStep - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Minimum Size Release - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 1 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - - false - false - 0 - - true - - false - false - false - false - true - 0.01 - 10 - true - 1 - 25 - - 1 - true - false - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - imagingutility - - false - - /devwork/build-imagingutility-Desktop_9c1e45-Minimum Size Release - 2 - - imagingutility - - CMakeProjectManager.CMakeRunConfiguration.imagingutility - 3768 - false - true - false - false - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 18 - - - Version - 18 - - diff --git a/README.md b/README.md index e30a511..7e63e05 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone --depth 1 https://github.com/raspberrypi/imagewriter #### Build the Debian package ``` -cd imagingutility +cd imagewriter debuild -uc -us ```