mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 15:18:25 +01:00
* Added Michael's suggested developer checkout for the build tools.
* Small corrections to Magnify. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d8b26f6617
commit
0a73c08270
@ -47,8 +47,8 @@ width="64" height="64" />Magnify</h1>
|
||||
<img src="../../images/apps-images/magnify.png" alt="magnify.png" width="292" height="384" />
|
||||
<p>At the top you'll find the size and magnification level of the area. "<i>32 x 32 @ 8 pixels/pixel</i>" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.</p>
|
||||
<p>Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.<br />
|
||||
You can move the red outline with <span class="key">CURSOR</span>.</p>
|
||||
<p>To measure distances and align objects, you can add up to two blue crosshairs with <span class="key">ALT+H</span>. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.<br />
|
||||
You can move the red outline with the <span class="key">CURSOR</span> keys.</p>
|
||||
<p>To measure distances and align objects, you can add up to two blue crosshairs with <span class="key">ALT</span> <span class="key">H</span>. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.<br />
|
||||
They can also be moved with the <span class="key">CURSOR</span> keys. The active crosshair is marked with an "x".</p>
|
||||
<p>You can move the mouse pointer pixel by pixel with <span class="key">AltGr</span> <span class="key">CURSOR</span> keys.</p>
|
||||
<p>Clicking on the drop-down menu gives you a number of options:</p>
|
||||
@ -65,7 +65,7 @@ They can also be moved with the <span class="key">CURSOR</span> keys. The active
|
||||
<tr><td class="onelinetop"><span class="menu">Decrease Window Size</span></td><td><span class="key">ALT</span> <span class="key">-</span></td><td> </td><td>Shrinks the magnified area around the mouse pointer.</td></tr>
|
||||
<tr><td><span class="menu">Increase Window Size</span></td><td><span class="key">ALT</span> <span class="key">+</span></td><td> </td><td>Enlarges the magnified area around the mouse pointer.</td></tr>
|
||||
<tr><td><span class="menu">Decrease Pixel Size</span></td><td><span class="key">ALT</span> <span class="key">,</span></td><td> </td><td>Lowers magnification.</td></tr>
|
||||
<tr><td><span class="menu">Increase Pixel Size</span></td><td></span> <span class="key">ALT</span> <span class="key">.</span></td><td> </td><td>Increases magnification.</td></tr>
|
||||
<tr><td><span class="menu">Increase Pixel Size</span></td><td></span><span class="key">ALT</span> <span class="key">.</span></td><td> </td><td>Increases magnification.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
@ -42,12 +42,15 @@
|
||||
<li><p>Install all needed packages:</p>
|
||||
<pre class="terminal">sudo apt-get install subversion autoconf automake texinfo flex bison gawk build-essential yasm</pre></li>
|
||||
|
||||
<li><p>Create the Haiku development directories and get the Haiku build tools source:</p>
|
||||
<li><p>Create the Haiku development directories and get the Haiku build tools source.:</p>
|
||||
<pre class="terminal">mkdir develop
|
||||
cd develop
|
||||
mkdir haiku
|
||||
cd haiku
|
||||
svn checkout svn://svn.berlios.de/haiku/buildtools/trunk buildtools</pre></li>
|
||||
cd haiku</pre>
|
||||
<p>Either as anonymous check-out:</p>
|
||||
<pre class="terminal">svn checkout svn://svn.berlios.de/haiku/buildtools/trunk buildtools</pre>
|
||||
<p>Or, if you have a valid Haiku developer account at Berlios:</p>
|
||||
<pre class="terminal">svn checkout https://developername@svn.berlios.de/svnroot/repos/haiku/buildtools/trunk buildtools</pre></li>
|
||||
|
||||
<li><p>Build and install the Haiku Jam:</p>
|
||||
<pre class="terminal">cd buildtools/jam
|
||||
@ -56,9 +59,9 @@ sudo ./jam0 install
|
||||
cd ../..</pre></li>
|
||||
|
||||
<li><p>Get the Haiku source (this will take a while).<br />
|
||||
For anonymous check-out:</p>
|
||||
Either a anonymous check-out:</p>
|
||||
<pre class="terminal">svn checkout http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk</pre>
|
||||
<p>If you have a valid Haiku developer account at Berlios:</p>
|
||||
<p>Or, if you have a valid Haiku developer account at Berlios:</p>
|
||||
<pre class="terminal">svn checkout https://developername@svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk</pre>
|
||||
|
||||
<p>If there are any errors while checking out the source, just cd into the trunk directory and type <span class="cli">svn update</span> to get any missed files.<br />
|
||||
|
Loading…
Reference in New Issue
Block a user