diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d818c01 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 David A. Aguirre M + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index be12bb6..ac13668 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DSP Board SDK -This repository have all necesary files, folders and scripts to build DSP Board SDK **installer** to Windows and Linux (Debian based) machines. +This repository have all necesary files, folders and scripts to build DSP Board SDK **Installer** to Windows and Linux (Debian based) machines. If you want **only install** the DSP Board SDK, please download the lastest version from [Releases](https://github.com/daguirrem/DSPBoard-SDK/releases) and follow the [*How to install?*](#how-to-install) section. @@ -51,6 +51,9 @@ git lfs checkout - Xpack windows build tools 4.4-2 4. Open build.iss file (With Inno setup) and compile the installer (CTRL+F9). This generates a installer called dsp_board_sdk_win_x64.exe at root of repository folder. + ```pwsh + & .\build.iss + ``` ## Linux 1. Give execution permisions to builder scripts. @@ -102,6 +105,7 @@ git lfs checkout Just run the builded/downloaded installer (dsp_board_sdk_win_x64.exe) and follow the steps. +(Optional): Download and install the lastest driver for st-link debugger from [STMicroelectronics web](https://www.st.com/en/development-tools/stsw-link009.html). ## Linux If you builded your DSPBoard SDK Installer from scratch just run at terminal: @@ -116,3 +120,6 @@ Else if you dowloaded the installer from *Releases*, give execution permissions chmod +x ./dsp_board_sdk_linux_x64.run ./dsp_board_sdk_linux_x64.run ``` + +# License + _DSPBoard SDK_ is licensed by MIT License, more information on [LICENSE.md](LICENSE.md) \ No newline at end of file