Skip to content

Commit

Permalink
Update Readme.md with code styling.
Browse files Browse the repository at this point in the history
Added code formatting for Linux commands for building.
  • Loading branch information
Patryk Małek committed May 31, 2014
1 parent ba3c11c commit de41442
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,25 @@ Instructions for Building TrueCrypt for Linux and Mac OS X:
command to configure the wxWidgets static library for TrueCrypt and to
build it:

```sh
$ make WX_ROOT=/usr/src/wxWidgets wxbuild
```

The variable WX_ROOT must point to the location of the source code of the
wxWidgets library. Output files will be placed in the './wxrelease/'
directory.

3) To build TrueCrypt, run the following command:

```sh
$ make
```

or if you have no wxWidgets shared library installed:

```sh
$ make WXSTATIC=1
```

4) If successful, the TrueCrypt executable should be located in the directory
'Main'.
Expand All @@ -150,8 +156,10 @@ By default, a universal executable supporting both graphical and text user
interface is built. To build a console-only executable, which requires no GUI
library, use the 'NOGUI' parameter:

```sh
$ make NOGUI=1 WX_ROOT=/usr/src/wxWidgets wxbuild
$ make NOGUI=1 WXSTATIC=1
```



Expand Down

0 comments on commit de41442

Please sign in to comment.