Giter Club home page Giter Club logo

notes's People

Contributors

wangrenz avatar

Stargazers

 avatar

Watchers

 avatar

notes's Issues

Fedora compile wine 3.9 & run TIM 2.2.0

1 Install libraries

TIM is 32 bit program. Therefore, we need install many 32-bit libraries for compile wine.libraries are following:

dnf install glibc-devel.i686 flex libX11-devel.i686 freetype-devel.i686 libpng-devel.i686 \ 
 libXrender-devel.i686 libxml2-devel.i686 libjpeg-turbo-devel.i686 libxml2.i686 \ 
libxslt-devel.i686 gnutls-devel.i686 mesa-libGLw.i686 mesa-libd3d-devel.i686 \ 
mesa-libEGL-devel mesa-libGL-devel.i686 mesa-dri-drivers.i686 mesa-vulkan-devel.i686 \ 
mesa-libOpenCL-devel.i686 mesa-libOpenCL.i686 libXcursor-devel.i686 libXi-devel.i686  \ 
libxshmfence.i686  libxshmfence-devel.i686 libXxf86vm-devel.i686 libXrandr-devel.i686 \ 
libXinerama-devel.i686 libXfixes-devel.i686  libXcomposite-devel.i686 mesa-libGLU-devel.i686 \ 
libXfixes.i686  libXcomposite.i686 mesa-libOSMesa-devel.i686 mesa-libOSMesa.i686 \ 
libXext-devel.i686 libXext.i686 libtiff-devel.i686  libv4l-devel.i686 libv4l.i686 \ 
libtiff.i686 libldb.i686 cups-libs.i686 cups-devel.i686 openldap-devel.i686 \ 
ncurses-devel.i686  ncurses-libs.i686 fontconfig-devel.i686  libeasyfc.i686 \ 
openal-soft-devel.i686  openal-soft.i686  cAudio.i686 dbus-devel.i686 dbus-libs.i686 \ 
SDL2-devel.i686 SDL2.i686 SDL2_net-devel.i686 krb5-devel.i686 krb5-libs.i686 \ 
pulseaudio-libs-devel.i686 pulseaudio-libs.i686 gstreamer1-plugins-base-devel.i686 \ 
gstreamer1-plugins-base.i686 ocl-icd-devel.i686 ocl-icd.i686 heimdal-libs.i686 

2 compile wine

set environment variables

export CFLAGS="-O0"
export CXXFLAGS="-O0" 

configure and install

./configure  KRB5_LIBS="/usr/lib/libkrb5.so" CUPS_LIBS="/usr/lib/libcups.so"  --prefix=/usr/local
make -j 12 &> make.out &
make install

Now we can use wine TIM.exe to install TIM.

TIM .desktop file path:/home/dawn/.local/share/applications/
Configuration is following:

[Desktop Entry]
Categories=Network;InstantMessaging;
Exec=wine ".wine/drive_c/Program Files/Tencent/TIM/Bin/TIM.exe"
Icon=TIM
Type=Application
Name=TIM
NoDisplay=false
Terminal=0
StartupNotify=true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.