Open whateverlior opened 1 month ago
Hi mate - have you seen the Wiki? I have written up a bit more of a detailed compile/install/config guide there which might help. Sorry it hasn't been linked in the main README yet so it's not obvious it exists at the moment.
Please have a look through the steps here and let me know if you're still stuck? :grin:
https://github.com/rozniak/xfce-winxp-tc/wiki/Install-from-compiled-sources
For installing local .deb files you use dpkg. Like this: dpkg -i *
this will install all .deb files in the current folder.
You might run into dependency errors if you just use dpkg -i *
, I think you can do apt install *
instead otherwise you have to install them in the right order. :thinking:
E: Unable to locate package libwintc-comgtk E: Unable to locate package libwintc-shcommon E: Unable to locate package libwintc-shlang E: Unable to locate package libwintc-comctl E: Unable to locate package libwintc-winbrand E: Unable to locate package libwintc-msgina E: Unable to locate package libwintc-registry E: Unable to locate package libwintc-syscfg E: Unable to locate package libwintc-exec E: Unable to locate package libwintc-shellext E: Unable to locate package libwintc-shell E: Unable to locate package libwintc-shelldpa E: Unable to locate package libwintc-sndapi
it told me to get those through sudo apt install. i used chatgpt which yes, i know isnt accurate. just help me please
on debian (linux mint)