2014-09-11 12:49:20 +00:00
|
|
|
---
|
|
|
|
layout: page
|
2014-09-11 23:15:20 +00:00
|
|
|
title: Download
|
2014-09-11 12:49:20 +00:00
|
|
|
permalink: /download/
|
2014-09-11 23:17:47 +00:00
|
|
|
image: /JceManager/assets/images/download.jpg
|
2014-09-11 12:49:20 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
2014-10-03 12:32:38 +00:00
|
|
|
###***Please select your operating system***
|
2014-10-01 00:53:57 +00:00
|
|
|
<br>
|
2014-09-11 12:49:20 +00:00
|
|
|
|
2014-10-01 00:25:49 +00:00
|
|
|
####<i class="fa fa-download"></i>JCE Manager version 1.0.0
|
2014-10-01 00:53:57 +00:00
|
|
|
<br>
|
2014-09-11 12:49:20 +00:00
|
|
|
|
2014-10-04 21:19:10 +00:00
|
|
|
- <i class="fa fa-windows"></i> Windows XP/7/8
|
2014-10-03 12:32:38 +00:00
|
|
|
- <i class="fa fa-wrench"></i> [Installer][winInstaller]
|
|
|
|
- <i class="fa fa-archive"></i> [Archive][winArch]
|
2014-10-04 21:27:05 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
2014-10-01 00:25:49 +00:00
|
|
|
- <i class="fa fa-apple"></i> OSX >= 10.0.6
|
|
|
|
- 32bit ~Coming soon~
|
|
|
|
- 64bit ~Coming soon~
|
2014-10-04 21:27:05 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2014-09-11 12:49:20 +00:00
|
|
|
- <i class="fa fa-linux"></i> Linux
|
2014-10-04 21:19:10 +00:00
|
|
|
- [Installer][linux] - Make sure you have qt > 4.8 on your system
|
2014-10-04 21:27:05 +00:00
|
|
|
to install:
|
|
|
|
{% highlight bash %}
|
|
|
|
#go to the directory of the installer
|
|
|
|
~$ cd Downloads
|
|
|
|
~/Downloads$ chmod +x ./JceManager-1.0-linux-x64.run
|
|
|
|
# now you can run the setup file
|
|
|
|
{% endhighlight %}
|
2014-09-11 12:49:20 +00:00
|
|
|
|
|
|
|
|
2014-10-03 12:49:57 +00:00
|
|
|
[winInstaller]: ../assets/bin/windows/setup.exe
|
2014-10-03 12:51:03 +00:00
|
|
|
[winArch]: ../assets/bin/windows/jceManager.rar
|
2014-09-11 12:49:20 +00:00
|
|
|
[mac32]: /assets/images/os-icons/windows.jpg
|
|
|
|
[mac64]: /assets/images/os-icons/windows.jpg
|
2014-10-04 21:19:10 +00:00
|
|
|
[linux]: ../assets/bin/linux/JceManager-1.0-linux-x64.run
|
|
|
|
|