Skip to content

vitalikp/journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

journal

fork journal from systemd 214

Install

  • download journal;
  • unpack archive and go into directory;
  • create build directory;
  • run commands:
	# cd build
	# cmake ..
	# make
	# sudo make install

Use cmake -D(OPTION) .. instead of cmake .. for add config option.

Optional Features:
  • Use TESTS_ENABLE=ON option to enable build tests(default=OFF);
  • Use XZ_ENABLE=OFF option to disable xz support(default=ON);
  • Use LZ4_ENABLE=OFF option to enable lz4 support(default=OFF);

License

Original forked code is LGPLv2.1+.
New code is MIT License. See LICENSE file.

About

fork journal from systemd 214

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages