From 9956ebc11a17d11fc87b0d9b75da6b80362af974 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Sun, 31 May 2020 13:37:03 +0200 Subject: Rename README to README.md Signed-off-by: Marc Schink --- README | 70 --------------------------------------------------------------- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 70 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 2f0e781..0000000 --- a/README +++ /dev/null @@ -1,70 +0,0 @@ -libjaylink -========== - -libjaylink is a shared library written in C to access SEGGER J-Link and -compatible devices. - - -Requirements ------------- - -libjaylink requires the following packages: - - - GCC (>= 4.0) or Clang - - Make - - pkg-config >= 0.23 - - libusb >= 1.0.9 (optional) - - Doxygen (optional, only required for API documentation) - -If you're building libjaylink from Git, the following packages are additionally -required: - - - Git - - Libtool - - Autoconf >= 2.64 - - Automake >= 1.9 - - -Building and installing ------------------------ - -In order to get and build the latest Git version of libjaylink, run the -following commands: - - $ git clone https://gitlab.zapb.de/libjaylink/libjaylink.git - $ cd libjaylink - $ ./autogen.sh - $ ./configure - $ make - -After `make` finishes without any errors, use the following command to install -libjaylink: - - $ make install - - -Portability ------------ - -libjaylink supports the following operating systems: - - - GNU/Linux - - FreeBSD - - OpenBSD - - NetBSD - - Microsoft Windows - - Cygwin, MinGW and MSYS2 - - OS X - - -Copyright and license ---------------------- - -libjaylink is licensed under the terms of the GNU General Public License (GPL), -version 2 or later. See COPYING file for details. - - -Website -------- - - diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f0e781 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +libjaylink +========== + +libjaylink is a shared library written in C to access SEGGER J-Link and +compatible devices. + + +Requirements +------------ + +libjaylink requires the following packages: + + - GCC (>= 4.0) or Clang + - Make + - pkg-config >= 0.23 + - libusb >= 1.0.9 (optional) + - Doxygen (optional, only required for API documentation) + +If you're building libjaylink from Git, the following packages are additionally +required: + + - Git + - Libtool + - Autoconf >= 2.64 + - Automake >= 1.9 + + +Building and installing +----------------------- + +In order to get and build the latest Git version of libjaylink, run the +following commands: + + $ git clone https://gitlab.zapb.de/libjaylink/libjaylink.git + $ cd libjaylink + $ ./autogen.sh + $ ./configure + $ make + +After `make` finishes without any errors, use the following command to install +libjaylink: + + $ make install + + +Portability +----------- + +libjaylink supports the following operating systems: + + - GNU/Linux + - FreeBSD + - OpenBSD + - NetBSD + - Microsoft Windows + - Cygwin, MinGW and MSYS2 + - OS X + + +Copyright and license +--------------------- + +libjaylink is licensed under the terms of the GNU General Public License (GPL), +version 2 or later. See COPYING file for details. + + +Website +------- + + -- cgit v1.1