-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Issue #10 - Makefile now auto-detects OS
- Loading branch information
1 parent
f621ec0
commit 5d6ceaa
Showing
3 changed files
with
38 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Installing Tines | ||
|
||
Installing Tines is fairly straightforward. | ||
|
||
First, check the Makefile to verify the | ||
destination directories are what you want. | ||
|
||
Once you've done that, type `make` and then | ||
`sudo make install` at the shell prompt. It | ||
should be smooth sailing. | ||
|
||
## Install Problems | ||
|
||
Type 'uname' at the shell | ||
prompt and then 'man install' to make sure the | ||
Makefile is setting the right flags. Send a patch | ||
as an issue or pull request. | ||
|
||
## Runtime Problems | ||
|
||
Users have reported issues on Arch Linux and | ||
derivatives (see Issue #5 and Issue #6). They | ||
likely stem from a curses mismatch. | ||
|
||
If you run across something that doesn't look | ||
right, check the issues. Feel free to add a new | ||
issue if needed (or better yet, send a patch). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.11.0 | ||
1.11.1a |