Skip to content

Commit

Permalink
Update README to show commonly needed configuration options
Browse files Browse the repository at this point in the history
Fixes #54
  • Loading branch information
jeremyevans committed Jan 24, 2024
1 parent a4c5562 commit 33b842c
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 @@ -18,6 +18,14 @@ Or install it yourself as:

$ gem install tk

You may need to set options when using `gem install` so that the gem can find the Tcl/Tk headers and library:

$ gem install tk -- \
--with-tcl-include='/path/to/tcl/header/directory' \
--with-tk-include='/path/to/tk/header/directory' \
--with-tcl-lib='/path/to/tcl/shared/library/directory' \
--with-tk-lib='/path/to/tk/shared/library/directory'

## Documentation

### Read this first
Expand Down

0 comments on commit 33b842c

Please sign in to comment.