From 55922fcee851967d9f06fa359b085bcbc00dfc75 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 31 Dec 2019 14:28:05 +0100 Subject: Drop automake build support. Add basic build instructions to the INSTALL file. Remove empty file NEWS. Rework of the README and help page. Signed-off-by: gregory guy --- doc/en/Makefile.am | 2 -- doc/en/index.docbook | 27 +++++++++++++-------------- 2 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 doc/en/Makefile.am (limited to 'doc/en') diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index be0ab90..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = kpicosim -KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 7231ae1..1aefc02 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -118,7 +118,7 @@ problems. Basically a long version of the abstract. Don't include a revision history. (see installation appendix comment) --> -&kpicosim; is a development environment for the Xilinx PicoBlaze-3 soft-core processor for the KDE Desktop (Linux). The environment has an editor with syntax highlighting, compiler, simulator and export functions to VHDL, HEX and MEM files. +&kpicosim; is a development environment for the Xilinx PicoBlaze-3 soft-core processor for the TDE Desktop (Linux). The environment has an editor with syntax highlighting, compiler, simulator and export functions to VHDL, HEX and MEM files. @@ -308,7 +308,7 @@ part of KDE CVS. You should remove it if you are releasing your application --> -&kpicosim; can be found at http://www.xs4all.nl/~marksix. This is the project homepage. +The source code is available at https://mirror.git.trinitydesktop.org/gitea/TDE/kpicosim . @@ -328,7 +328,7 @@ information here. --> -..Write me... +&kpicosim; relies on the TDE libraries (tdelibs) to build. @@ -337,10 +337,6 @@ information here. - -You can find a list of changes at http://www.xs4all.nl/~marksix. - @@ -350,15 +346,19 @@ url="http://www.xs4all.nl/~marksix">http://www.xs4all.nl/~marksix. -&install.compile.documentation; + +In order to compile and install &kpicosim; on your system, you will need cmake. - + +% mkdir -p build +% cd build +% cmake .. +% make install + - -Configuration - -..Write me.. +For further instructions, please, read the INSTALL file. + @@ -377,4 +377,3 @@ End: vim:tabstop=2:shiftwidth=2:expandtab --> - -- cgit v1.2.1