Search Unity

Unity on PCLinuxOS

Discussion in 'Linux' started by tele1, Aug 27, 2015.

  1. tele1

    tele1

    Joined:
    Aug 27, 2015
    Posts:
    2
    27.08.2015
    Tested on PCLinuxOS 64 bit Mate
    Hardware:
    Intel Core i5-3470 BOX
    MSI Z77A-G43
    Gigabyte GTX 660 WF2 = 2GB GDDR5 192-bit
    2x 4GB Kingston HyperX 1600 MHz​

    http://blogs.unity3d.com/2015/08/26/unity-comes-to-linux-experimental-build-now-available/
    Unofficial Platform-Agnostic Installer

    I unpack this in home directory
    Code (csharp):
    1.  # ./unity-editor-installer-5.1.0f3+2015082501.sh
    2. Installer for Unity 5.1.0f3
    3.  
    4. Press Enter to begin extracting to ./unity-editor-5.1.0f3
    5.  
    6. Unpacking Unity 5.1.0f3 ...
    7. Extraction complete. Run ./unity-editor-5.1.0f3/Editor/Unity to begin
    - Please add Readme file inside, how run this software.

    From home directory ~/Downloads/te2/unity-editor-5.1.0f3/Editor
    I run
    ./Unity

    Firts use not worked, loading very long, I close and run
    Code (csharp):
    1. strace -e open ./Unity
    Working, without strace now also working.


    - I'm waiting for first tutorial for test Unity :)


    Tested files with objdump script in:
    unity-editor-5.1.0f3

    Requires: GConf2-3.2.3-1pclos2011
    Requires: glibc-2.20-7pclos2015
    Requires: %{_lib}alsa2-1.0.28-1pclos2014
    Requires: %{_lib}cairo2-1.12.16-2pclos2014
    Requires: %{_lib}cap2-2.24-1pclos2014
    Requires: %{_lib}cups2-1.4.6-1pclos2011
    Requires: %{_lib}dbus-1_3-1.8.10-1pclos2014
    Requires: %{_lib}expat1-2.1.0-1pclos2013
    Requires: %{_lib}fontconfig1-2.11.1-1pclos2014
    Requires: %{_lib}freetype6-2.5.4-1pclos2014
    Requires: %{_lib}gdk_pixbuf2.0_0-2.31.2-1pclos2015
    Requires: %{_lib}glib2.0_0-2.44.1-1pclos2015
    Requires: %{_lib}gtk+-x11-2.0_0-2.24.26-1pclos2015
    Requires: %{_lib}ice6-1.0.9-1pclos2014
    Requires: %{_lib}mesaglu1-9.0.0-3pclos2013
    Requires: %{_lib}nspr4-4.10.8-1pclos2015
    Requires: %{_lib}nss3-3.18.0-1pclos2015
    Requires: %{_lib}openssl1.0.0-1.0.2d-1pclos2015
    Requires: %{_lib}pango1.0_0-1.36.8-1pclos2015
    Requires: %{_lib}png3-1.2.52-1pclos2014
    Requires: %{_lib}pq9.3_5-9.3.5-1pclos2014
    Requires: %{_lib}qt5core5-5.4.2-1pclos2015
    Requires: %{_lib}qt5dbus5-5.4.2-1pclos2015
    Requires: %{_lib}qt5gui5-5.4.2-1pclos2015
    Requires: %{_lib}qt5network5-5.4.2-1pclos2015
    Requires: %{_lib}qt5widgets5-5.4.2-1pclos2015
    Requires: %{_lib}sm6-1.2.2-1pclos2013
    Requires: %{_lib}x11_6-1.6.3-1pclos2015
    Requires: %{_lib}xcomposite1-0.4.4-2pclos2015
    Requires: %{_lib}xcursor1-1.1.14-1pclos2013
    Requires: %{_lib}xdamage1-1.1.4-1pclos2013
    Requires: %{_lib}xext6-1.3.3-1pclos2014
    Requires: %{_lib}xfixes3-5.0.1-1pclos2013
    Requires: %{_lib}xi6-1.7.4-1pclos2014
    Requires: %{_lib}xrandr2-1.5.0-1pclos2015
    Requires: %{_lib}xrender1-0.9.9-1pclos2015
    Requires: %{_lib}xtst6-1.2.2-1pclos2013
    Requires: libgcc1-4.9.2-2pclos2015
    Requires: libstdc++6-4.9.2-2pclos2015
    Requires: libxcb-1.10-1pclos2014
    Requires: x11-driver-video-nvidia-current-352.30-2pclos2015
    Requires: zlib1-1.2.8-5pclos2015

    4 -------------------------------------------
    Additional Info:
    Founded 204 python scripts.
    If you see any scripts, take into account this in dependencies above.
    This mean scripts could want additional dependencies for example,
    python scripts --> Requires: python
    ----------------------------------------------
    %{_lib} this macro and this mean lib64 or lib , library for 64 bit or 32 bit system.​
     
    Last edited: Aug 27, 2015