Skip to content

Commit

Permalink
Added notes about 32-bit builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo committed Oct 22, 2014
1 parent 5c2bdda commit 0a1c16c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -29,3 +29,7 @@ Options:
-m <mode> The v8 build mode (release, debug. default: release)
-t Build a thirdparty tarball for uploading
```

Note: This build is designed to work on a 32-bit Linux. If you wish to install it on a 64-bit version, you would need to install 32-bit libraries:

sudo apt-get -y install gcc-multilib g++-multilib

0 comments on commit 0a1c16c

Please sign in to comment.