Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Building and developing

Demir Yerli edited this page May 12, 2022 · 6 revisions

How to build

  1. Install .NET 6 SDK
  2. Clone the repo
  3. Open The Repo in cmd/powershell
  4. Run dotnet build
  5. Copy the output (bin folder)
  6. Now you should organise config files
  7. Create a sources.txt file in C:\SPM\config
  8. (optional) Fill the default repo bultek-new, http://repo.bultek.com.ua/spm/apps.txt
  9. (alternative) Download the mirrorlist-bultek package from here and unzip mirrorlist-bultek.txt file from it and set the !MIRRORLIST file in the C:\SPM\config\sources.txt file
  10. Create a currentversions.txt file in C:\SPM\config
  11. Fill the previously created file with placeholder, 1
  12. Install spm-external-tools
  13. Grab the latest release .zip
  14. Unpack it to C:\SPM\tools
  15. You're good to go!

Contributing

  • Fork the repo
  • Do something in the dev branch
  • Create a merge request to the dev branch of this repo

Clone this wiki locally