X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=1024accef41fa2f455467c88701d8754f328f700;hb=509039a3457c98b8ec7418343f1eb8a7022e7a44;hp=49bd8fc61baf684d6860dae6f15917bb7b3c5286;hpb=30564c213ebd4ed2e6dc5f13c828ed05b8663496;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/README b/README index 49bd8fc..1024acc 100644 --- a/README +++ b/README @@ -2,6 +2,7 @@ T.O.C. ====== 1. GBS Builds + 1.1. DEBUG Builds 2. Building for Ubuntu desktop 2.1. Minimum Requirements 2.2. Building the Repository @@ -18,6 +19,11 @@ T.O.C. gbs build -A [TARGET_ARCH] +1.1. DEBUG Builds +----------------- + + gbs build -A [TARGET_ARCH] --define "%enable_debug 1" + 2. Building for Ubuntu desktop ============================== @@ -38,7 +44,7 @@ To build the repository enter the 'build/tizen' folder: Then run the following commands: autoreconf --install - ./configure --prefix=$DESKTOP_PREFIX --enable-profile=UBUNTU --enable-gles=20 + ./configure --prefix=$DESKTOP_PREFIX make install -j8 @@ -49,7 +55,7 @@ OpenGL ES context: When building, the OpenGL ES version of the target should be specified. -Valid version options are 20, 30, 31 +Valid version options are 20, 30, 31 for OpenGL ES versions 2.0, 3.0 and 3.1 respectively. With configure: Add: --enable-gles=X