This commit is contained in:
Sagi Dayan 2014-10-05 00:33:38 +03:00
parent 5a48350da8
commit 680ef444fe

View file

@ -28,14 +28,16 @@ image: /JceManager/assets/images/download.jpg
- <i class="fa fa-linux"></i> Linux - <i class="fa fa-linux"></i> Linux
- <i class="fa fa-wrench"></i> [Installer][linux] - - <i class="fa fa-wrench"></i> [Installer][linux] -
Make sure you have qt > 4.8 on your system. to install (make the file executable):
to install:
{% highlight bash %} {% highlight bash %}
#go to the directory of the installer #go to the directory of the installer
~$ cd Downloads ~$ cd Downloads
~/Downloads$ chmod +x ./JceManager-1.0-linux-x64.run ~/Downloads$ chmod +x ./JceManager-1.0-linux-x64.run
# now you can run the setup file # now you can run the setup file
{% endhighlight %} ~/Downloads$ ./JceManager-1.0-linux-x64.run
{% endhighlight %}
Make sure you have qt > 4.8 on your machine.<br>
if you have problems running *JCE Manager* please contact us.
[winInstaller]: ../assets/bin/windows/setup.exe [winInstaller]: ../assets/bin/windows/setup.exe