forked from AdolfVonKleist/Phonetisaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed dependency on Google sparsehash. Just use unordered_map.
Updates to configure/make util.cc and options for provisional OSX support.
- Loading branch information
Showing
20 changed files
with
80 additions
and
6,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ CONTACT: [email protected] | |
* OpenFst (Prefer >= 1.4) | ||
|
||
### Basic Build [Linux]: ### | ||
Use the existing setup. This should be fine for more linux installations. | ||
Use the existing setup. This should be fine for most Linux distributions | ||
as well as newer versions of OSX. | ||
``` | ||
$ cd src/ | ||
$ ./configure | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.