Ubuntu Pastebin

Paste from slvn_ at Wed, 30 Mar 2016 12:16:32 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
278    echo "compile SDL lib"
279    pushd ${BUILD_DIR} > /dev/null
280 
281       pushd ../SDL_hg > /dev/null
282          ./autogen.sh
283       popd > /dev/null
284 
285       ../SDL_hg/configure \
286        --enable-video-mir --disable-video-opengl \
287        --enable-mir-shared \
288        --prefix=$HOME/release/Release_SDL_UbuntuPhone/build \
289        --host=arm-linux-gnueabihf \
290        --disable-video-x11 \
291 
292 
293       make -j${NUM_JOBS}
294       make install
Download as text