-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
51 lines (33 loc) · 1.19 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
INSTALL
=======
On most Unix-like systems, you should be able to install this package using the
following common steps:
./configure
make
make install-strip
If the `strip` utility is not available on your machine, use `make install`
instead (it will produce larger binaries).
If you need to customize the target directories, or otherwise adjust the build
setting, use
./configure --help
to list the configure options.
If the `configure` script is missing from your package you need to create it by
running the `bootstrap` script. Use the `--noconfigure` parameter in order to
prevent `bootstrap` from running automatically `configure` immediately after
having generated it. To list different options use `bootstrap --help`.
After installing this extension, do not forget to quit the `nautilus` process
currently running with
nautilus -q
Dependencies
------------
This extension depends on the following packages:
* glib2
* gtk4
* gtksourceview5
* libadwaita1
* libnautilus-extension4
Please make sure that they are present before compiling the source code.
CSS themes
----------
Use `./configure --with-theme=...` for choosing a CSS theme. For more
information see `themes/README.md`