Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
MCSwitch is for switching minecraft version. (for OSX and Linux)
C++ Shell
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
src
.gitignore
CMakeLists.txt
LICENSE.txt
README.markdown
config.hpp.in
uninstall.sh

README.markdown

MCSwitch

About

MCSwitch provides environment for you to play plural minecraft versions.

alt text

How to use

1.You have to start minecraft once before installing MCSwitch.
2.Install MCSwtich and start it.
3.Select your environment which you want to play.
3.Or, you can add new environment.
4.Push OK button.
5.Close MCSwtich and launch minecraft!

Note

version 0.4.0
* Support both osx and linux.
version 0.3.1
* Fix critical bug  

Dependencies

Qt5
License is LGPLv2
This app is based on QWidget system. Therefore, You can build it on Qt4 if you rewrite CMakeLists.txt.

If you will build this application from source code,you have to install CMake.

Compiling from source code.

I think you might as well imitate general cmake way.

Clone my source

Run this command...

$ git clone git://github.com/opamp/MCSwitch.git  

and go in cloned directory.
Would you like to compile dev version?
You can build from dev branch. Please switch to dev branch.

Run cmake

First,make a directory for work.

$ mkdir build  

Second,run cmake command. Please also attach options to command if necesarry.

$ cmake ../  

※ CMake will generate a GNU Makefile.

execute gnu make command
$ make  

Uninstall it

Run uninstall.sh on your terminal.

$ ./uninstall.sh

License

MCSwitch is released under a MIT License.
See also LICENSE.txt

Something went wrong with that request. Please try again.