본문 바로가기
Infra/Ubuntu-Linux

wine 6.9 build - (64bit로)하기

by 골든크랩 2021. 6. 3.
728x90
반응형

ubuntu 20.04에서 

64bit 로 컴파일 시도함

 

한줄요약 : 엄청난 컴파일 시간을 들여서....컴파일은 성공. But...64bit 로 컴파일하면 안됨..ㅠㅠ젠장..

 

~/download/wine-6.9$ ./configure --enable-win64

 

configure: error: no suitable flex found. Please install the 'flex' package.

 

sudo apt-get update

sudo apt-get install flex

 

 

configure: error: no suitable bison found. Please install the 'bison' package.

 

sudo apt-get update

sudo apt-get install bison

 

 

checking for ft2build.h... no
configure: error: FreeType 64-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.

 

sudo apt-get install libfreetype6-dev:amd64

 

configure: WARNING: libxrender 64-bit development files not found, XRender won't be supported.

configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported.

configure: WARNING: libxml2 64-bit development files not found (or too old), XML won't be supported.

configure: WARNING: libxslt 64-bit development files not found, xslt won't be supported.

configure: WARNING: libgnutls 64-bit development files not found, no schannel support.

configure: WARNING: libjpeg 64-bit development files not found, JPEG won't be supported.

configure: WARNING: No sound system was found. Windows applications will be silent.

configure: Finished.  Do 'make' to compile Wine.

 

make

 

 

 

 

 

 

 

 

 

 

728x90
반응형

'Infra > Ubuntu-Linux' 카테고리의 다른 글

화면 녹화하기  (0) 2021.06.07
wine 6.9 32bit로 build 하기  (0) 2021.06.03
How To Fix The Repository Is Not Signed Error On Ubuntu 20.04  (0) 2021.06.03
wine 6.9 설치  (0) 2021.06.03
우분투 꾸미기...테마  (0) 2021.06.03

댓글