Skip to content

Commit

Permalink
Better custom installation PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Nov 29, 2023
1 parent 2ce367d commit 1c173bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

* 2023.11.23 Current
* 2023.11.29 Current
* `Makefile`, `README.md`: Better custom installation `PREFIX`
* `gui/Makefile`: images go to `share/ts-warp` directory
* `gui-warp.py`: Better parsing of `gui-warp.ini` - key error fix

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PASS_OBJS = ts-pass.o xedec.o

.PHONY: all clean examples-general examples-special install install-configs install-examples release uninstall version

all: ts-warp ts-warp.sh ts-warp_autofw.sh examples-special ts-pass
all: ts-warp examples-special ts-pass

release: version all

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ Using terminal, in the directory with TS-Warp source code run as the normal user
make
```

If you aplanning to install into a diferent location, than the default `/usr/local`, you may considering to change the
built-in default paths as well:

```sh
make PREFIX=/path/to/install
```

#### Install the application

Typically, installation requires root privileges. Below we use `sudo` to achieve the goal, but on some operating
Expand Down

0 comments on commit 1c173bb

Please sign in to comment.