From c3246109bde8468f7225820df6370532a8de00e7 Mon Sep 17 00:00:00 2001 From: Sobak Date: Wed, 2 Apr 2014 13:11:03 +0200 Subject: [PATCH] Better commands' styling on build-setup.php --- build-setup.php | 48 ++++++++++++++++++++++++------------------------ styles/home.css | 4 ++++ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/build-setup.php b/build-setup.php index b59f33cc8..f89692312 100644 --- a/build-setup.php +++ b/build-setup.php @@ -30,17 +30,17 @@ site_header("Get Involved", array("current" => "community")); For most *nix like operating systems, some external dependencies may be required to bring a build to completion; if a build fails because of missing headers or libraries, issuing a variant of the following command should resolve those dependencies, allowing the build to continue:

For those working in Ubuntu Linux, you can run the following command to automate the installation of dependencies:

If the compilation of an extension should fail because of missing dependencies, Ubuntu Linux can attempt to automate the resolution of those dependencies by issuing:

@@ -101,23 +101,23 @@ site_header("Get Involved", array("current" => "community")); Visual Studio 2008 and 2012:

Windows should now change to the directory C:\path-to-workspace\phpdev\VCXX\XARCH, and consider it the root of the workspace for the current build.

The next step for everyone is to obtain the versioned PHP sources via git:

BRANCH should be replaced with an appropriate branch name, for example PHP-5.5.

At this point you have a working build environment and the vanilla sources for your chosen branch of PHP, it is a good idea, before you change anything at all, to create a new branch and switch to it, in preparation for your awesome changes to come:

@@ -128,31 +128,31 @@ site_header("Get Involved", array("current" => "community"));

All operating systems now converge on (near as makes no difference) the same solutions for the rest of the build process:

For Microsoft Windows operating systems, those commands looks like this:

While for the rest of us, those commands look like this:

@@ -168,7 +168,7 @@ site_header("Get Involved", array("current" => "community"));

It is also possible to run a set (directory) of tests in the following way:

diff --git a/styles/home.css b/styles/home.css index e316969cd..fa094320b 100644 --- a/styles/home.css +++ b/styles/home.css @@ -64,3 +64,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 p.archive { text-align: right; } + +pre.small { + padding: 0; +} \ No newline at end of file