This commit is contained in:
Sagi Dayan 2014-10-05 00:36:39 +03:00
parent fc9878ad23
commit d5b5adfa5c

View file

@ -28,17 +28,18 @@ image: /JceManager/assets/images/download.jpg
- <i class="fa fa-linux"></i> Linux
- <i class="fa fa-wrench"></i> [Installer][linux]
to install (make the file executable):
{% 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
~/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.
**to install (make the file executable):**
{% 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
~/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