Skip to content

Commit

Permalink
Merge pull request FreeApophis#8 from pmalek/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md with code styling.
  • Loading branch information
FreeApophis committed Jun 9, 2014
2 parents 0ccbbe4 + de41442 commit bc57fd6
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 bc57fd6

Please sign in to comment.