Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeyvyduykin/footprintviewer
https://github.com/alexeyvyduykin/footprintviewer
avaloniaui mapsui mvvm reactiveui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexeyvyduykin/footprintviewer
- Owner: alexeyvyduykin
- License: gpl-3.0
- Created: 2021-10-18T05:42:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T07:18:25.000Z (about 1 year ago)
- Last Synced: 2024-11-06T11:49:53.494Z (3 months ago)
- Topics: avaloniaui, mapsui, mvvm, reactiveui
- Language: C#
- Homepage:
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## FootprintViewer
## Quick start
### 1. Определение установленных версий пакетов SDK для .NET:
```sh
dotnet --list-sdks
```### 2. Установка пакета SDK 6.0 для .NET если отсутствует:
* Linux:
```sh
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-6.0
```### 3. Получение и запуск приложения FootprintViewer:
* Windows:
```sh
git clone https://github.com/alexeyvyduykin/FootprintViewer
cd ./FootprintViewer
powershell -ExecutionPolicy Unrestricted ./build.ps1 --target Run
```* Linux:
```sh
git clone https://github.com/alexeyvyduykin/FootprintViewer
cd ./FootprintViewer
bash ./build.sh --target Run
```