ubuntu configure 시 dependency 자동설치 http://www.howtogeek.com/106526/how-to-resolve-dependencies-while-compiling-software-on-ubuntu/ sudo apt-get install auto-aptsudo auto-apt updatesudo auto-apt updatedb && sudo auto-apt update-localsudo auto-apt run ./configure sudo apt-get install apt-fileapt-file search "filename" -l 더보기 Ubuntu 한글입력 go to terminal, and type ibus-setup click the "input method" tab, and add "Korean - Hangul". go to "System Settings" -> "Text Entry" and add "Korean - Hangul" sudo vi /bin/xkorkeymap아래 내용 입력 후 저장xmodmap -e 'keycode 105 = Hangul_Hanja' xmodmap -e 'keycode 108 = Hangul' xmodmap -e 'remove mod1 = Hangul' xmodmap -e 'remove control = Hangul_Hanja' sudo chmod +x /bin/xkorkeymap hud 에서 'gnome session'.. 더보기 [빌드 환경] glib openssl glib.h glib-object.hopenssl/crypto.h 위와 같은 header 를 포함하기 위해서는 아래 package 설치해야함sudo apt-get install glib2.0-dev sudo apt-get install libssl-dev makefile 내용CC = gccCFLAGS = -g -O0 $(shell pkg-config --cflags glib-2.0) $(shell pkg-config --cflags gobject-2.0) $(shell pkg-config --cflags openssl)LDFLAGS = -lm $(shell pkg-config --libs glib-2.0) $(shell pkg-config --libs gobject-2.0) $(shell pkg-conf.. 더보기 이전 1 ··· 3 4 5 6 7 8 9 ··· 13 다음 목록 더보기