please add windows version
UseUser123321 opened this issue · 3 comments
UseUser123321 commented
if i rename the br-convert extension to .py does now work
BCDeshiG commented
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.
PacfcpOFC commented
how to install c in linux?
BCDeshiG commented
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.