CLI interface to medialist (fossil mirror)
Rev. | ec203fcc9ae92b8a6b939408c411defbbebfce76 |
---|---|
Größe | 1,067 Bytes |
Zeit | 2023-04-06 19:53:04 |
Autor | mio |
Log Message | 0.4 release commit
FossilOrigin-Name: fe8fd62036270b304582473103fa3d72ab27006058649a998ef7373fa7bacc2b |
= Binary
To build a platform-specific binary, the only requirements are:
A D compiler, and either GNU Make.
With these installed, you can just run "make" to create the binary.
Alternatively, if you can run "dub build -b release" if you have dub
installed.
If you wish to install the binary, run "make install" (you may need root
priviledge).
To configure the compilation (when using GNU Make) and installation, you
can use the following environment variables:
- DC (The D compiler to use)
- DFLAGS (Flags to use when compiling medialist-cli)
- prefix (Prefix to use for installing, default: /usr/local)
More are available, see the Makefile for a list.
This is quite simple. The only requirements are a D compiler and Make.
You can simply run "make install" with root permission (sudo, doas,
etc.) to build and install medialist-cli. By default it will try
compile with GDC, but you can change this. For example:
make install DC=ldc2
You can also run "make clean" to remove the any files created, and
"make uninstall" which will uninstall medialist-cli.