Manual Installation
The installer is the easiest way to install, uninstall, and update the software; However, having control over how the software is installed is needed in some circumstances.
Download
Grab your desired release from the Releases Page. MCCompiled has a portable binary, so unzip the release where you would like it to be installed at.
Registering to the System
Add the directory containing mc-compiled.exe
to your system-wide PATH variable. Restart any open terminal instances and then make sure that a command like mc-compiled --version
works properly.
Protocol Launch
When the web editor wants to launch the language server, it uses a URL protocol to do so. To register it with your system, open an administrator-level command line and run the command mc-compiled --protocol
. You may need to restart your browser or computer if the server fails to launch.
Uninstall
Uninstalling is as simple as running mc-compiled --protocol_remove
(if protocol support was installed in the first place), removing the entry from your PATH variable, and deleting the folder that holds all the files related to the binary. Additionally, remove %localappdata%/.mccompiled
to remove any cached files.