Skip to content

Commit 1c173bb

Browse files
committed
Better custom installation PREFIX
1 parent 2ce367d commit 1c173bb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PASS_OBJS = ts-pass.o xedec.o
3333

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

36-
all: ts-warp ts-warp.sh ts-warp_autofw.sh examples-special ts-pass
36+
all: ts-warp examples-special ts-pass
3737

3838
release: version all
3939

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ Using terminal, in the directory with TS-Warp source code run as the normal user
108108
make
109109
```
110110

111+
If you aplanning to install into a diferent location, than the default `/usr/local`, you may considering to change the
112+
built-in default paths as well:
113+
114+
```sh
115+
make PREFIX=/path/to/install
116+
```
117+
111118
#### Install the application
112119

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

0 commit comments

Comments
 (0)