Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakogut/lavernasbrute
Automatically exported from code.google.com/p/lavernasbrute
https://github.com/jakogut/lavernasbrute
Last synced: 9 days ago
JSON representation
Automatically exported from code.google.com/p/lavernasbrute
- Host: GitHub
- URL: https://github.com/jakogut/lavernasbrute
- Owner: jakogut
- License: gpl-3.0
- Created: 2015-05-03T22:22:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T22:24:51.000Z (over 9 years ago)
- Last Synced: 2024-11-06T07:10:02.159Z (about 2 months ago)
- Language: C++
- Size: 32.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
DIRECTORIES OVERVIEW
/bin Location for completed builds
/lib Directory to search for library dependencies
/include Include directory for library headers
/source Source code for building Laverna's Brute
/tools Useful tools meant to assist developersBUILDING:
Install the dependencies specified in [lavernasbrute_root]/DEPENDENCIES either with your system's package manager,
or manually. (If compiling on Windows, the dependencies will need to be installed manually.)-- Windows --
Install GCC through Cygwin or MinGW and follow the UNIX instructions.
-- UNIX (Linux, OS X, BSD) --
Build Boost, copy the headers to /include, and the libraries to /lib.
Move to the directory in which you've checked out the Laverna's Brute source code, and run "make".
To build for a different architecture, specify ARCH after the make command.For example, to build for the 64-bit x86 archtecture, run "make ARCH=x86-64".
NOTE: your processor must support the SSE2 instruction set to use the SSE2 path.