BCDeshiG/Bedrock-Resource-Converter-C

please add windows version

UseUser123321 opened this issue · 3 comments

if i rename the br-convert extension to .py does now work

This repo is for the C version of my converter and I don't have any compilers set up for windows so your best bet is to use the python version here instead.

I've no idea what you're talking about with the extension renaming thing though.

how to install c in linux?

On Ubuntu Linux, run this command in the terminal: sudo apt install build-essential libarchive
That should install all the stuff you'd need to compile C programs in general as well as the libarchive library that this project uses.