From d1e8ebab964dec90c14f66e58b9452bb46e4ef43 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 6 Jul 2019 18:53:05 -0400 Subject: [PATCH] Add notes on packaging for distributions. --- doc/developers/packaging.html | 102 ++++++++++++++++++++++++++++++++++ doc/index.html | 6 +- 2 files changed, 103 insertions(+), 5 deletions(-) create mode 100644 doc/developers/packaging.html diff --git a/doc/developers/packaging.html b/doc/developers/packaging.html new file mode 100644 index 0000000000..3cca7fa3a7 --- /dev/null +++ b/doc/developers/packaging.html @@ -0,0 +1,102 @@ + + + + Packaging deal.II + + + + + + + +

Packaging deal.II for a Unix-like distribution

+ +

Overview

+

+ This page describes how to write packaging scripts + for deal.II. deal.II is written in + C++11 and is known to work with fairly recent GCC, Clang, and Intel + compilers. It is licensed under the LGPL v2.1. We recommend reading + the porting document first for + a description of the requirements of the build + system. deal.II does not support any type of plug-in + architecture for dependencies: all dependencies must be provided at + compile-time. + + The only required dependency of deal.II is boost. +

+ + +

Examples

+ deal.II is already available in many Linux distributions: + for example packaging scripts see, e.g., +

+

+

+ +

Suggestions

+ + +
+
+ + Valid HTML 4.01! + + Valid CSS! + + diff --git a/doc/index.html b/doc/index.html index f845c0709f..6eaa03535d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -68,6 +68,7 @@
- - - - - -- 2.39.5