From ab6fceedf6a19af9e704ddf5c2d5ebffb51da4ef Mon Sep 17 00:00:00 2001 From: klugier Date: Wed, 20 Mar 2019 18:47:32 +0000 Subject: [PATCH] UppWeb: POSIX installation guild styling. git-svn-id: svn://ultimatepp.org/upp/trunk@12856 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.tpp/uppx11_en-us.tpp | 76 +++++++++++++------------ uppbox/uppweb/www.tpp/uppx11_en-us.tppi | 20 +++---- 2 files changed, 50 insertions(+), 46 deletions(-) diff --git a/uppbox/uppweb/www.tpp/uppx11_en-us.tpp b/uppbox/uppweb/www.tpp/uppx11_en-us.tpp index 101b83e1b..9d6a5bbad 100644 --- a/uppbox/uppweb/www.tpp/uppx11_en-us.tpp +++ b/uppbox/uppweb/www.tpp/uppx11_en-us.tpp @@ -2,6 +2,7 @@ topic "U++ POSIX/X11 installation"; [b83;*4 $$1,2#07864147445237544204411237157677:title] [b42;a42;ph2 $$2,2#45413000475342174754091244180557:text] [a83;*R6 $$3,2#31310162474203024125188417583966:caption] +[2 $$4,4#589063B430329DC9D1C058DDB04EA569:code] [ $$0,0#00000000000000000000000000000000:Default] [{_}%EN-US [s3; U`+`+ POSIX/X11 installation&] @@ -22,10 +23,10 @@ distribution.&] [s2; How to install them:&] [s2; if sudo is available and enabled on your distribution, copy/paste this in a terminal:&] -[ {{10000@(229) [s2; sudo apt`-get install g`+`+ make libgtk2.0`-dev libnotify`-dev +[ {{10000@(229) [s4; sudo apt`-get install g`+`+ make libgtk2.0`-dev libnotify`-dev libbz2`-dev sox]}}&] [s2; if sudo is not available:&] -[ {{10000@(229) [s2; su `-c `'apt`-get install g`+`+ make libgtk2.0`-dev libnotify`-dev +[ {{10000@(229) [s4; su `-c `'apt`-get install g`+`+ make libgtk2.0`-dev libnotify`-dev libbz2`-dev sox`']}}&] [s2; The `'buildrequires.debian`' file in U`+`+ tarball contains apt`-get commands to do the same thing. You can use this file @@ -39,11 +40,11 @@ buildrequires.debian`"`' if not).&] [s2; How to install them:&] [s2; if sudo is available and enabled on your distribution, copy/paste this in a terminal:&] -[ {{10000@(229) [s2; sudo yum install gtk2`-devel pango`-devel atk`-devel cairo`-devel +[ {{10000@(229) [s4; sudo yum install gtk2`-devel pango`-devel atk`-devel cairo`-devel libnotify`-devel bzip2`-devel xorg`-x11`-server`-devel freetype`-devel expat`-devel]}}&] [s2; if sudo is not available:&] -[ {{10000@(229) [s2; su `-c `'yum install gtk2`-devel pango`-devel atk`-devel +[ {{10000@(229) [s4; su `-c `'yum install gtk2`-devel pango`-devel atk`-devel cairo`-devel libnotify`-devel bzip2`-devel xorg`-x11`-server`-devel freetype`-devel expat`-devel`']}}&] [s2; The `'buildrequires.fedora`' file in U`+`+ tarball contains @@ -63,47 +64,48 @@ libexpat`-devel libbz2`-devel&] [s2; How to install them:&] [s2; if sudo is available and enabled on your distribution, copy/paste this in a terminal:&] -[ {{10000@(229) [s2; sudo pkg install bash gmake gtk2 freetype2 libnotify clang`-devel]}}&] +[ {{10000@(229) [s4; sudo pkg install bash gmake gtk2 freetype2 libnotify clang`-devel]}}&] [s2; if sudo is not available:&] -[ {{10000@(229) [s2; su `-m root `-c `'pkg install bash gmake gtk2 freetype2 libnotify +[ {{10000@(229) [s4; su `-m root `-c `'pkg install bash gmake gtk2 freetype2 libnotify clang`-devel`']}}&] [s1; Compile U`+`+ source code&] [s2; [* Standard U`+`+ compilation]&] [s2; First, uncompress U`+`+ source tarball and change dir to the new created directory.&] [s2; Example: for upp`-x11`-src`-[* 10641].tar.gz&] -[ {{10000@(229) [s2; version`=[* 10641]&] -[s2; tar zxvf upp`-x11`-src`-`$version.tar.gz&] -[s2; cd upp`-x11`-src`-`$version]}}&] +[ {{10000@(229) [s4; version`=[* 10641]&] +[s4; tar zxvf upp`-x11`-src`-`$version.tar.gz&] +[s4; cd upp`-x11`-src`-`$version]}}&] [s2; Use `'[* make]`' to compile U`+`+ and generate [* theide] (U`+`+ integrated development environment) and [* umk] (command line tool for building U`+`+ projects) then run `'make install`' to prepare standard U`+`+ environment:&] -[ {{10000@(229) [s2; make&] -[s2; make install]}}&] +[ {{10000@(229) [s4; make&] +[s4; make install]}}&] [s2; Now you can start playing with U`+`+ by invoking [* `~/theide].&] [s2; You might want to put [* theide] and [* umk] elsewhere later, e.g. inside `~/bin/ for example&] [s2; [* Note:]. `'make install`' copy [* theide] and [* umk] in your home directory but it also:&] -[s2;i150;O0; create `~/upp directory to store U`+`+ library sources -and copy the U`+`+ sources inside&] -[s2;i150;O0; create `~/upp/MyApps to store your application sources&] -[s2;i150;O0; create `~/upp.out as output for intermediate files&] -[s2;i150;O0; set up a few variables in the `'`~/[* .]upp`' directory. +[s2;l160;i150;O0; create `~/upp directory to store U`+`+ library +sources and copy the U`+`+ sources inside&] +[s2;l160;i150;O0; create `~/upp/MyApps to store your application +sources&] +[s2;l160;i150;O0; create `~/upp.out as output for intermediate files&] +[s2;l160;i150;O0; set up a few variables in the `'`~/[* .]upp`' directory. Those variables are required by umk and theide&] [s2; If you only want to build umk or theide, run make with the corresponding target:&] -[ {{10000@(229) [s2; make umk&] -[s2; # or&] -[s2; make theide]}}&] +[ {{10000@(229) [s4; make umk&] +[s4; # or&] +[s4; make theide]}}&] [s2; &] [s1; Advanced installation&] [s2; You can install umk and theide like most other POSIX project do. If make detects that you has defined the prefix variable, it will switch to standard POSIX installation mode.&] -[ {{10000@(229) [s2; make&] -[s2; make install prefix`=`"/usr`"]}}&] +[ {{10000@(229) [s4; make&] +[s4; make install prefix`=`"/usr`"]}}&] [s2; You can also use several other standard installation variables in this installation mode: `'DESTDIR`', `'bindir`', `'datadir`', `'mandir`', and `'docdir`'.&] @@ -118,15 +120,15 @@ named `'c`+`+`'. If you still need to force clang`+`+ as default compiler or if clang`+`+ is not in your path or if you want to use another compiler, you can run make with the CXX parameter. Example:&] -[ {{10000@(229) [s2; make CXX`=`"/home/user/my`-clang`-install`-dir/clang`+`+`"&] -[s2; make install]}}&] +[ {{10000@(229) [s4; make CXX`=`"/home/user/my`-clang`-install`-dir/clang`+`+`"&] +[s4; make install]}}&] [s2; On BSD based distributions, if you use make instead of gmake, U`+`+ compilation will fail because BSD `'make`' needs four dollars (`'`$`$`$`$`') to escape one. To solve this, you can install gmake or you can run make with an extra parameter if you use a recent U`+`+ snapshot. Example (for bash shell):&] -[ {{10000@(229) [s2; make `'Dollar`=`$`$`$`$`'&] -[s2; make install]}}&] +[ {{10000@(229) [s4; make `'Dollar`=`$`$`$`$`'&] +[s4; make install]}}&] [s2; Those file names are already escaped for gmake. This is why they already use two dollars (Dollar `= `$`$).&] [s1; U`+`+ spec file for rpm based distribution&] @@ -138,21 +140,23 @@ install U`+`+ build requires and rpm`-build then build U`+`+:&] [s2; if sudo is available and enabled on your distribution, copy/paste this in a terminal (don`'t forget to modify the version number accordingly):&] -[ {{10000@(229) [s2; sudo yum install gtk2`-devel pango`-devel atk`-devel cairo`-devel +[ {{10000@(229) [s4; sudo yum install gtk2`-devel pango`-devel atk`-devel cairo`-devel libnotify`-devel bzip2`-devel xorg`-x11`-server`-devel freetype`-devel expat`-devel&] -[s2; sudo yum install rpm`-build&] -[s2; version`=[* 10641]&] -[s2; rpmbuild `-ta upp`-x11`-src`-`$version.tar.gz]}}&] +[s4; &] +[s4; sudo yum install rpm`-build&] +[s4; version`=[* 10641]&] +[s4; rpmbuild `-ta upp`-x11`-src`-`$version.tar.gz]}}&] [s2; if sudo is not available:&] -[ {{10000@(229) [s2; su `-c `'yum install gtk2`-devel pango`-devel atk`-devel +[ {{10000@(229) [s4; su `-c `'yum install gtk2`-devel pango`-devel atk`-devel cairo`-devel libnotify`-devel bzip2`-devel xorg`-x11`-server`-devel freetype`-devel expat`-devel`'&] -[s2; su `-c `'yum install rpm`-build`'&] -[s2; version`=[* 10641]&] -[s2; rpmbuild `-ta upp`-x11`-src`-`$version.tar.gz]}}&] +[s4; &] +[s4; su `-c `'yum install rpm`-build`'&] +[s4; version`=[* 10641]&] +[s4; rpmbuild `-ta upp`-x11`-src`-`$version.tar.gz]}}&] [s2; &] -[s0; [*2 Note :] [2 the rpm binary doesn`'t install U`+`+ source in your +[s2; [* Note:][3 ]the rpm binary doesn`'t install U`+`+ source in your home directory nor does it create needed configuration for U`+`+ -command line tool (umk) after installation. ][*2 theide ][2 will -take care of all this on first start.]]] \ No newline at end of file +command line tool (umk) after installation. TheIDE will take +care of all this on first start.]] \ No newline at end of file diff --git a/uppbox/uppweb/www.tpp/uppx11_en-us.tppi b/uppbox/uppweb/www.tpp/uppx11_en-us.tppi index 4a4f3f88b..4e9956065 100644 --- a/uppbox/uppweb/www.tpp/uppx11_en-us.tppi +++ b/uppbox/uppweb/www.tpp/uppx11_en-us.tppi @@ -1,13 +1,13 @@ TITLE("U++ POSIX/X11 installation") COMPRESSED -120,156,221,89,109,111,27,185,17,254,43,132,147,214,214,157,44,107,37,249,37,118,3,244,114,206,161,249,144,184,136,19,32,133,33,116,169,93,74,218,122,69,110,73,174,108,37,72,127,123,159,33,185,111,182,229,92,154,28,16,52,137,99,105,197,25,206,60,243,62,186,154,157,140,207,126,154,176,167,79,163,254,232,201,240,248,228,104,18,77,142,39,147,195,209,248,248,112,50,25,13,39,147,40,194,235,232,240,248,232,248,248,212,102,54,23,211,171,217,100,116,198,241,83,44,71,160,28,129,114,114,56,137,198,195,225,112,114,124,56,158,140,162,99,252,158,12,159,69,35,144,159,12,15,15,65,41,110,237,244,138,211,109,111,143,64,52,6,209,56,26,71,195,232,104,132,11,71,195,241,112,52,137,70,135,209,201,201,36,58,62,60,25,63,59,58,58,77,120,97,51,37,167,87,32,24,246,135,79,134,95,248,115,122,46,230,188,204,113,209,167,127,126,254,211,203,55,251,239,47,217,149,25,159,177,247,241,207,241,207,236,239,23,151,175,62,28,124,136,34,150,73,99,121,158,115, -226,254,231,233,149,25,157,177,75,203,101,202,117,218,58,149,102,198,234,108,86,210,41,166,230,129,75,162,86,194,48,142,127,204,168,82,39,130,89,174,103,224,54,96,175,230,108,163,74,118,195,165,101,86,49,93,202,64,179,208,188,88,102,9,207,153,144,235,76,43,185,18,56,178,103,151,34,75,69,143,41,221,58,11,254,43,136,194,242,76,10,54,43,179,60,21,154,237,149,171,235,94,223,115,207,242,156,205,51,109,44,147,66,164,116,17,72,138,44,23,140,200,130,106,158,217,128,148,139,206,216,11,98,195,222,138,127,151,153,22,116,183,9,90,191,16,115,165,69,96,144,201,69,144,33,40,150,168,84,248,75,87,37,174,171,88,115,54,23,55,44,21,107,145,171,194,105,82,240,228,154,47,132,25,176,215,92,110,182,64,104,88,161,213,26,10,155,7,105,161,152,93,50,64,194,12,95,9,38,241,31,248,93,2,109,155,225,101,255,33,34,127,138,165,74,198,187,150,173,184,77,150,3,246,143,10,164,37,95,11,130,103,158,1,23,98,156,40,173,133,41,148,76,73,85,79, -11,253,73,67,221,17,117,16,224,185,250,105,28,176,211,30,59,232,32,186,71,167,245,81,118,46,102,25,151,7,112,218,120,127,33,44,155,113,3,251,116,32,168,78,119,153,158,130,152,77,23,14,122,104,113,45,24,172,63,91,216,235,209,96,24,239,67,111,247,94,42,155,205,55,205,251,217,199,81,120,99,212,109,224,251,55,117,67,26,87,150,130,210,171,211,240,81,54,103,166,76,241,25,60,119,205,179,156,207,130,199,8,73,47,83,6,39,191,7,68,31,152,21,155,131,130,27,11,40,151,160,205,36,236,111,133,94,101,146,231,196,155,125,250,20,81,240,253,117,111,52,122,214,99,238,46,119,81,141,67,37,13,251,38,13,167,159,63,223,215,4,20,141,54,219,165,97,241,126,194,226,221,239,44,81,188,219,200,244,14,238,21,239,186,112,173,172,58,72,157,63,196,187,112,64,64,157,85,1,30,210,5,144,149,150,67,146,6,168,16,250,134,76,8,253,234,88,0,240,114,225,29,59,225,146,149,38,216,194,241,157,109,40,121,72,242,232,120,215,44,217,22,25,144,176,180, -2,90,123,98,0,86,56,73,8,110,63,254,160,183,32,84,136,208,163,185,179,141,120,199,147,3,186,94,19,71,236,55,145,42,205,191,34,38,96,28,24,195,161,45,96,169,130,203,133,170,223,113,123,93,191,78,56,50,106,253,174,107,52,122,50,251,152,21,53,159,91,165,23,241,254,109,20,197,251,70,232,181,208,245,177,185,22,194,110,10,81,63,16,183,5,183,225,221,15,24,94,155,114,213,242,227,31,7,170,239,16,167,63,170,106,95,10,248,185,243,241,47,7,60,233,247,7,196,122,125,253,239,139,245,250,248,255,18,235,129,248,225,88,191,128,54,104,105,138,213,99,225,254,86,164,75,110,217,177,103,188,45,238,59,6,111,217,187,99,238,123,214,190,107,197,182,17,59,158,16,100,185,40,132,188,36,168,239,202,242,237,162,180,92,173,43,219,168,69,210,145,175,85,102,106,1,1,234,139,203,243,175,201,158,56,186,100,11,87,216,72,137,230,218,70,68,150,228,80,169,186,214,59,139,127,4,175,237,253,128,41,175,184,94,212,130,124,173,126,223,152,150,86,62,162,124, -126,250,22,57,234,28,130,182,252,215,208,183,223,107,186,27,171,215,99,73,61,28,128,130,183,27,207,223,104,20,232,179,82,210,103,48,189,233,178,171,146,15,217,37,89,66,14,1,115,104,50,41,165,28,137,70,62,209,130,91,231,86,90,36,86,233,77,21,201,47,111,249,170,0,46,174,71,46,139,162,202,152,58,137,247,33,90,52,196,176,56,29,224,130,193,226,227,22,236,144,90,13,100,141,159,215,231,3,111,80,177,143,183,235,249,93,190,241,211,64,210,240,165,227,73,186,245,96,99,216,247,134,82,50,110,34,107,76,145,153,90,163,145,199,132,64,88,8,41,52,20,38,116,253,0,54,101,123,254,227,76,90,177,208,30,140,214,176,209,154,217,122,142,5,40,49,143,129,172,51,171,89,165,114,7,149,75,34,205,48,133,169,231,95,0,214,244,232,58,233,38,189,120,215,57,76,240,33,47,41,108,87,112,204,98,166,107,241,214,229,219,28,148,120,5,8,218,108,27,96,222,32,134,55,161,160,224,35,141,249,41,231,27,146,208,205,92,254,34,212,150,76,174,213,53,61, -134,130,241,127,14,2,58,149,59,80,73,90,101,139,165,173,7,220,162,180,109,20,219,208,136,220,136,27,84,1,193,224,173,66,247,153,203,46,144,12,39,137,247,44,147,7,14,44,225,157,172,241,248,55,202,138,211,233,224,62,70,148,55,182,93,151,133,76,179,196,184,216,56,50,44,129,94,31,33,158,27,21,146,86,22,29,14,207,46,134,103,193,235,73,20,56,86,139,4,106,25,75,51,177,71,5,65,172,57,30,251,104,50,62,140,72,16,138,158,118,160,153,160,220,99,215,28,188,222,252,82,20,166,185,195,201,204,139,34,207,18,23,211,21,175,199,152,12,20,148,66,133,199,47,194,159,48,36,191,213,43,145,102,116,138,26,133,187,12,12,134,139,178,8,131,251,154,235,140,242,157,203,188,214,181,49,224,12,36,7,83,138,177,221,86,34,64,151,163,16,84,13,5,57,104,168,49,41,121,12,192,119,144,120,155,4,35,134,53,136,146,249,166,118,21,95,88,233,56,228,245,167,251,46,20,156,145,235,209,191,59,161,195,85,49,22,61,230,246,196,49,220,250,4,156,219, -81,16,220,164,14,130,144,115,127,73,215,92,38,34,125,104,7,84,53,93,85,110,239,106,7,95,0,219,149,50,150,41,215,224,184,53,71,21,222,104,226,220,2,200,221,157,10,75,17,15,66,116,56,132,197,146,211,210,99,142,52,225,55,17,8,246,121,118,91,3,219,39,47,117,59,11,3,40,146,165,247,144,246,66,170,35,46,132,72,197,224,235,178,65,184,50,126,30,239,28,148,70,199,59,13,50,149,218,20,38,174,225,52,72,126,154,231,65,205,90,144,142,8,119,188,200,213,241,59,18,158,194,179,206,95,94,190,59,127,245,54,222,237,83,183,156,193,174,218,191,78,185,229,245,27,74,162,254,53,193,141,15,85,226,222,87,251,171,119,90,149,116,215,18,53,24,142,209,241,51,189,109,99,71,154,64,43,5,191,91,36,73,85,138,216,222,95,216,100,240,172,215,191,95,81,195,106,13,237,0,155,137,132,19,189,130,65,51,99,200,25,137,71,66,36,184,167,129,132,114,23,229,102,199,0,241,2,187,169,124,237,59,27,191,58,171,150,116,245,246,12,26,18,235,186,211, -170,106,148,118,71,4,79,233,214,69,189,190,131,162,175,201,142,70,112,13,207,160,120,247,100,126,7,232,118,126,243,142,134,25,101,24,69,138,55,126,197,75,171,86,16,50,129,8,155,54,175,70,140,224,233,210,61,166,53,94,45,23,109,202,200,44,78,125,88,165,138,112,99,137,117,165,32,200,146,182,90,222,229,105,31,219,112,162,100,53,111,157,9,61,88,149,190,209,5,47,195,153,246,34,213,91,210,123,99,197,170,95,87,180,251,89,228,215,15,8,75,174,33,53,242,226,160,238,99,30,203,35,32,113,161,65,5,4,241,33,244,193,10,45,124,104,220,170,26,180,15,167,60,168,133,143,119,30,45,186,23,114,91,203,222,175,244,35,189,106,226,202,240,244,224,247,57,39,177,247,85,18,73,155,172,64,219,76,106,183,21,162,80,27,182,135,196,254,52,252,221,237,17,144,194,36,188,128,87,75,241,160,171,182,115,159,111,105,253,114,244,1,152,241,64,220,90,205,27,156,219,74,113,20,137,132,90,167,80,33,37,47,16,187,182,54,5,219,115,125,18,181,206,102,41,242, -188,247,168,109,144,69,156,70,48,80,173,206,163,208,251,170,229,38,102,191,228,165,178,197,115,84,209,116,19,48,72,125,32,17,61,85,57,74,95,134,221,44,93,93,223,212,103,221,244,125,163,26,68,189,32,44,126,206,72,140,94,149,159,130,154,133,72,252,173,196,251,225,241,183,217,30,64,36,26,156,40,237,2,61,9,35,195,22,55,124,211,84,75,207,21,166,223,50,73,35,14,101,10,179,247,239,125,191,113,127,197,120,71,56,50,84,125,15,111,242,153,187,9,115,24,58,30,74,7,97,134,32,50,231,48,110,81,193,49,109,248,220,211,249,174,225,206,236,236,232,193,46,222,247,207,93,102,105,233,117,218,116,124,95,94,13,254,17,147,38,219,11,95,27,0,15,90,190,2,14,20,45,26,215,40,133,84,185,84,150,171,25,124,155,39,232,76,168,39,201,55,91,125,245,135,222,202,5,32,239,203,216,152,40,28,217,58,178,225,164,183,95,188,111,249,151,230,182,255,235,45,96,13,230,67,146,54,128,214,7,191,55,164,244,107,72,161,51,114,211,18,59,157,178,171,145, -115,219,86,252,166,74,24,231,223,221,40,13,33,189,101,96,146,74,59,66,234,27,194,212,65,133,69,208,208,35,231,217,162,212,190,24,81,14,121,224,235,74,55,2,187,239,42,25,159,219,208,209,84,61,225,128,77,73,226,208,76,79,33,177,43,105,150,82,120,66,25,26,213,207,175,152,224,42,116,135,203,49,110,94,29,76,167,211,255,2,9,105,121,32, +120,156,221,89,107,111,27,187,17,253,43,68,146,214,214,189,178,188,43,173,252,108,128,198,113,46,154,15,137,139,56,1,82,24,66,151,218,165,164,173,87,203,45,73,201,86,130,244,183,247,12,201,125,200,150,236,155,38,23,48,154,196,177,180,226,12,103,206,188,71,87,227,163,193,233,47,17,123,241,34,236,246,159,7,135,71,7,81,24,29,70,209,176,63,56,28,70,81,63,136,162,48,196,235,112,120,120,112,120,120,98,50,147,139,209,213,56,234,159,114,252,148,179,62,40,251,160,140,134,81,56,8,130,32,58,28,14,162,126,120,136,223,81,112,28,246,65,126,20,12,135,160,20,183,102,116,197,233,182,15,7,32,26,128,104,16,14,194,32,60,232,227,194,126,48,8,250,81,216,31,134,71,71,81,120,56,60,26,28,31,28,156,36,188,52,153,44,70,87,116,77,212,141,158,15,143,142,131,131,193,89,52,8,6,253,227,243,215,199,231,225,235,96,120,116,126,126,22,68,111,94,13,15,142,79,18,153,66,62,156,14,186,193,243,224,145,63,39,231,98,194,23,57,228,250,250, +207,111,127,122,243,126,239,211,37,187,210,131,83,246,41,254,53,254,149,253,253,226,242,237,231,253,207,97,200,178,66,27,158,231,156,132,249,243,232,74,247,79,217,165,225,69,202,85,218,58,149,102,218,168,108,188,160,83,76,78,60,151,68,206,133,102,28,255,152,150,11,149,8,102,184,26,131,91,143,189,157,176,149,92,176,27,94,24,102,36,83,139,194,211,76,21,47,103,89,194,115,38,138,101,166,100,49,23,56,178,107,102,34,75,69,135,73,213,58,11,254,115,136,194,242,172,16,108,188,200,242,84,40,182,187,152,95,119,186,142,123,150,231,108,146,41,109,88,33,68,74,23,129,164,204,114,193,136,204,171,230,152,245,72,185,240,148,157,17,27,246,65,252,123,145,41,65,119,107,175,245,153,152,72,37,60,131,172,152,122,25,188,98,4,190,187,116,190,192,117,21,107,206,38,226,134,165,98,41,114,89,90,77,74,158,92,243,169,208,61,246,142,23,171,45,16,106,86,42,185,132,194,122,35,45,20,51,51,6,72,152,230,115,193,10,252,7,126,151,64,219,100,120,217,221,68, +228,78,177,84,22,241,142,97,115,110,146,89,143,253,163,2,105,198,151,130,224,153,100,192,133,24,39,82,41,161,75,89,164,164,170,163,133,254,164,161,90,19,181,231,225,185,250,101,224,177,83,14,59,232,32,214,143,142,234,163,236,92,140,51,94,236,195,199,227,189,169,48,108,204,53,236,179,6,65,117,122,157,233,9,136,217,104,106,161,135,22,215,130,193,250,227,169,185,238,247,130,120,15,122,219,247,133,52,217,100,213,188,31,127,233,251,55,90,222,122,190,127,147,55,164,113,101,41,40,61,63,241,31,101,19,166,23,41,62,131,231,46,121,150,243,177,247,24,81,208,203,148,193,201,239,1,209,5,102,229,106,191,228,218,0,202,25,104,179,2,246,55,66,205,179,130,231,196,155,125,253,26,82,240,253,117,183,223,63,238,32,222,162,83,119,81,141,67,37,13,251,33,13,71,223,190,221,215,4,20,141,54,219,165,97,241,94,194,226,157,159,44,81,188,211,200,244,17,238,21,239,216,112,173,172,218,75,173,63,196,59,112,64,64,157,85,1,238,211,5,144,45,12,135,36,13, +80,62,244,53,153,16,250,213,177,0,224,139,169,115,236,132,23,108,161,189,45,44,223,241,138,146,71,65,30,29,239,232,25,219,34,3,18,150,146,64,107,87,244,192,10,39,9,193,237,199,55,122,11,66,133,8,29,154,207,182,17,63,115,228,128,174,211,196,17,251,77,164,82,241,239,136,9,24,7,198,176,104,11,88,170,228,197,84,214,239,184,185,174,95,39,28,25,181,126,183,110,52,122,50,254,146,149,53,159,91,169,166,241,222,109,24,198,123,90,168,165,80,245,177,137,18,194,172,74,81,63,16,183,37,55,254,221,19,12,175,213,98,222,242,227,167,3,213,79,136,211,167,170,218,99,1,63,177,62,254,120,192,147,126,127,64,172,215,215,255,190,88,175,143,255,47,177,238,137,55,199,250,5,180,65,75,83,206,31,10,247,15,34,157,113,195,14,29,227,109,113,191,102,240,150,189,215,204,125,207,218,119,173,216,54,226,154,39,120,89,46,74,81,92,18,212,119,101,249,113,81,90,174,182,46,91,191,69,178,38,95,171,204,212,2,2,212,179,203,243,239,201,158,56,58,99, +83,91,216,72,137,230,218,70,68,150,228,80,169,186,214,57,139,123,4,175,237,60,193,148,87,94,79,107,65,190,87,191,31,76,75,115,23,81,46,63,253,136,28,117,14,65,91,254,218,247,237,247,154,238,198,234,245,88,82,15,7,160,224,237,198,243,55,26,5,186,108,81,208,103,48,189,94,103,87,37,31,178,75,50,131,28,2,230,80,100,82,74,57,5,26,249,68,9,110,172,91,41,145,24,169,86,85,36,191,185,229,243,18,184,216,30,121,81,150,85,198,84,73,188,7,209,194,0,179,229,168,135,11,122,211,47,91,176,67,106,213,144,53,126,89,159,39,222,248,0,84,236,203,237,114,114,151,111,252,194,147,52,124,233,120,146,110,61,216,24,246,147,166,148,140,155,200,26,35,100,166,214,104,228,48,33,16,166,162,16,10,10,19,186,110,0,27,177,93,247,113,86,24,49,85,14,140,214,176,209,154,217,58,150,5,40,49,143,129,108,109,86,51,82,230,22,42,155,68,154,97,10,83,207,191,0,172,238,208,117,133,157,244,226,29,235,48,222,135,156,164,176,93,201,49,139, +233,117,139,183,46,223,230,160,196,203,227,212,102,219,0,243,30,49,188,242,5,5,31,41,204,79,57,95,145,132,118,230,114,23,161,182,100,197,82,94,211,99,40,24,255,103,223,163,83,185,3,149,164,121,54,157,153,122,192,45,23,166,141,98,27,26,145,107,113,131,42,32,24,188,85,168,46,179,217,5,146,225,36,241,30,103,197,190,5,75,56,39,107,60,254,189,52,226,100,212,187,143,17,229,141,109,215,101,62,211,204,48,46,54,142,12,75,160,215,71,136,231,90,250,164,149,135,7,193,105,22,14,131,211,139,224,212,187,62,201,3,239,106,209,65,55,109,104,48,118,208,32,146,21,199,99,23,82,218,197,18,73,67,33,212,142,54,237,53,124,244,174,253,119,171,87,101,169,155,139,172,244,188,44,243,44,177,209,93,49,124,148,83,79,66,71,20,124,252,34,115,16,164,228,198,106,46,210,140,78,81,223,176,145,139,198,192,177,40,253,48,191,228,42,163,28,104,179,177,177,173,13,216,3,221,222,136,226,110,167,149,28,208,249,72,4,90,67,65,78,235,235,78,74,94,4, +131,88,132,156,157,188,97,253,106,68,22,249,170,118,31,87,108,233,56,132,118,167,187,54,60,172,225,235,117,192,250,212,14,247,197,168,244,80,40,16,71,31,14,207,193,185,29,25,222,117,234,192,240,121,248,85,186,228,69,34,210,77,123,161,170,17,171,242,253,186,118,112,13,176,157,75,109,152,180,77,143,93,125,84,33,143,198,206,46,133,236,221,169,48,148,5,64,136,174,135,176,152,113,90,132,76,144,58,220,118,2,9,96,146,221,214,192,118,201,115,237,30,67,3,138,100,230,124,165,189,164,90,19,23,66,164,162,247,125,25,194,95,25,191,140,159,237,47,180,138,159,53,200,84,106,83,232,216,38,84,35,33,42,158,123,53,107,65,214,68,184,227,69,182,182,223,145,240,4,158,117,254,230,242,227,249,219,15,241,78,151,58,232,12,118,85,238,117,202,13,175,223,80,98,117,175,9,110,124,40,19,251,190,218,105,125,84,114,65,119,205,80,151,225,24,107,126,166,182,109,241,72,19,104,37,225,119,211,36,169,202,19,219,253,11,139,122,199,157,238,253,42,235,215,109,104, +17,216,88,36,156,232,37,12,154,105,77,206,72,60,18,34,193,61,13,36,148,207,40,95,91,6,136,23,216,77,230,75,215,237,184,117,90,181,184,171,55,106,208,144,88,215,221,87,85,183,148,61,34,120,74,183,78,235,149,30,20,125,71,118,212,130,43,120,6,5,189,35,115,123,65,187,7,156,172,105,152,81,174,145,164,120,227,87,124,97,228,28,66,38,16,97,213,230,213,136,225,61,189,176,143,105,181,87,203,69,219,51,50,139,85,31,86,169,34,92,27,98,93,41,8,178,164,173,150,115,121,218,209,54,156,40,99,77,90,103,124,95,86,165,116,116,198,51,127,166,189,92,117,150,116,222,88,177,234,214,85,238,126,22,121,253,25,97,201,21,164,70,114,236,213,189,205,67,121,4,36,54,52,168,168,32,62,132,218,159,163,173,247,205,92,85,151,246,224,148,251,181,240,241,179,7,11,241,69,177,173,141,239,86,250,145,94,53,113,101,120,122,240,251,156,147,216,187,202,137,164,77,86,160,13,39,181,224,18,81,168,52,219,69,98,127,225,255,238,116,8,72,161,19,94,194, +171,11,177,209,85,219,185,207,181,185,110,97,186,1,102,60,16,183,70,241,6,231,182,82,28,69,34,161,118,202,23,204,130,151,136,93,83,155,130,237,218,222,137,218,105,61,19,121,222,121,208,54,200,34,86,35,24,168,86,231,65,232,93,213,178,83,180,91,252,82,217,226,57,74,105,186,242,24,164,46,144,136,158,170,28,165,47,205,110,102,182,204,175,234,179,118,34,191,145,13,162,78,16,22,191,100,36,70,167,202,79,94,205,82,36,238,86,226,189,121,36,110,54,10,16,137,134,41,74,187,64,175,128,145,97,139,27,190,106,170,165,227,10,211,111,153,174,17,135,69,10,179,119,239,125,231,113,127,237,120,71,56,50,84,125,15,111,242,153,189,9,179,25,26,32,74,7,126,174,32,50,235,48,118,121,193,49,129,184,220,179,246,253,195,157,121,218,210,131,93,188,231,158,219,204,210,210,235,164,233,2,31,95,23,254,17,211,39,219,245,95,37,0,15,90,200,2,14,20,45,26,225,40,133,84,185,180,88,204,199,240,109,158,160,51,161,158,36,95,109,245,213,39,189,169,243, +241,226,127,221,23,181,177,148,63,178,117,154,195,73,103,198,120,207,240,199,70,186,255,235,5,225,93,76,55,9,220,224,90,159,255,217,200,222,29,167,174,6,140,141,200,135,91,193,156,74,161,173,179,175,135,172,143,239,45,19,85,33,149,37,164,38,194,207,33,84,101,4,13,68,197,36,155,46,148,171,76,148,80,54,124,159,105,103,100,251,101,38,227,19,227,219,155,170,65,164,164,43,222,158,191,113,101,205,80,26,79,40,75,163,2,186,213,19,252,132,88,219,60,99,231,216,222,104,244,95,47,93,138,4,