https://github.com/kid0h/mcsc
A Cross-platform Minecraft skin cloner!
https://github.com/kid0h/mcsc
cpp minecraft
Last synced: about 1 month ago
JSON representation
A Cross-platform Minecraft skin cloner!
- Host: GitHub
- URL: https://github.com/kid0h/mcsc
- Owner: Kid0h
- License: gpl-2.0
- Created: 2022-04-04T20:54:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T13:21:34.000Z (about 4 years ago)
- Last Synced: 2025-03-02T10:13:38.829Z (over 1 year ago)
- Topics: cpp, minecraft
- Language: C++
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCSC: Minecraft Skin Cloner
A Cross-platform Minecraft skin cloner!
## Usage
To use **MCSC** you'll just need to download latest binary for your OS from the [releases](https://github.com/Kid0h/MCSC/releases/latest), or build from source (instructions below).
Simply enter the target's Minecraft username and press `ENTER` or click `Clone`

You can even clone multiple skins at once!

## Building from source
You'll need to clone the repository using `--recursive` in order to also clone the needed submodules too.
```
git clone --recursive https://github.com/Kid0h/MCSC
cd MCSC
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
cmake --build . --config Release
```
If you're using `Windows` or if CMake can't find the `curl` libraries on your machine - you'll need to supply CMake with a build of `curl`:
```
cmake -DCURL_INCLUDE_DIR="C:/path/to/curl/include" -DCURL_LIBRARY="C:/path/to/curl/library.lib" ../
```
## Reaching out
If you have any issues or questions - you can open an issue [here](https://github.com/Kid0h/MCSC/issues/new)!