Skip to content

Commit

Permalink
2.1.0 : prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PoloNX committed May 26, 2024
1 parent 0dd002e commit eb37ad6
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://img.shields.io/static/v1?label=license&message=GPLV3&labelColor=111111&color=0057da&style=for-the-badge&logo=data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHpFAACAgwAA/FcAAIDoAAB5FgAA8QEAADtfAAAcheDStWoAAAFGSURBVHjarJK9LgRhFIafWUuiEH/rJwrJClEq3IELUKgo3IrETWh0FC7BNVih0AoKBQoEydq11qMwm5yMsbPEm3yZd55zvnfO92VQKVhLak09UZeL%2BrsVZ9Qdv2tXnf1NYEndUushZFGthvemuq32FwWuq%2BeZid5DvZGpXambeYGr6qnd9dGldqaudQL3QuFWvVbbmaC6%2BprDr9WbwA4SdQW4BwaABb50CTykfjjwC%2BAx9SPAfOANYDxRCXpOnxNAM4ePA63Ul8NHR4E2QClsGgGG0jUR%2BFjglcAn8/pj4HTwUz/42FPJ68lOSDhCkR/O46XM0Qh3VcRH83jph%2BZefKUosBr8XA%2B%2BmufLAR4Dh6k/CrzWA691YOc/3Ejv6iNM3k59Xw%2B8D3gC9hN1ErjjfzSbqHVg8J8CG2XgBXgL4/9VCdD6HACaHdcHGCRMgQAAAABJRU5ErkJggg%3D%3D" alt=License>
</a>
<a rel="VERSION" href="https://github.com/PoloNX/AtmoPackUpdater">
<img src="https://img.shields.io/static/v1?label=version&message=1.1.0&labelColor=111111&color=06f&style=for-the-badge" alt="Version">
<img src="https://img.shields.io/static/v1?label=version&message=2.1.0&labelColor=111111&color=06f&style=for-the-badge" alt="Version">
</a>
<a rel="BUILD" href="https://github.com/PoloNX/SimpleModDownloader/actions">
<img src="https://img.shields.io/github/actions/workflow/status/PoloNX/AtmoPackUpdater/c-cpp.yml?branch=master &labelColor=111111&color=06f&style=for-the-badge" alt=Build>
Expand Down Expand Up @@ -50,30 +50,16 @@
### Requirements

- [devkitPro](https://devkitpro.org/wiki/Getting_Started)
- [CMake](https://cmake.org/download/)
- [Ninja](https://ninja-build.org/)
- [Docker](https://www.docker.com/) (Windows only)
- [Xmake](https://xmake.io/#/)

If you don't want to use docker on windows you can use [MSYS2](https://www.msys2.org/) to build the app.

### Linux

```bash
sudo pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm switch-libarchive
git clone --recursive https://github.com/PoloNX/SimpleModDownloader/
cd SimpleModDownloader
cmake -B cmake-build-switch -G Ninja -DPLATFORM_SWITCH=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build cmake-build-switch --target SimpleModDownloader.nro
```

### Windows
### Build

```bash
pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm switch-libarchive
(sudo) pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm switch-libarchive
git clone --recursive https://github.com/PoloNX/SimpleModDownloader/
cd SimpleModDownloader
docker run --rm -v ${PWD}:/data devkitpro/devkita64:latest `
bash -c "cd /data ; cmake -B cmake-build-switch -G Ninja -DPLATFORM_SWITCH=ON -DCMAKE_BUILD_TYPE=Debug ; cmake --build cmake-build-switch --target SimpleModDownloader.nro"
xmake f --yes -p switch -m release -a aarch64 --toolchain=devkita64
xmake
```

## Help me
Expand Down

0 comments on commit eb37ad6

Please sign in to comment.