Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Octave library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Octave library
Commits
d07e704d
Verified
Commit
d07e704d
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Simpler documentation how to install libcaosdb.
parent
32a00ef7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#19630
passed
3 years ago
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-octaveinttest
#19631
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README_SETUP.md
+1
-1
1 addition, 1 deletion
README_SETUP.md
doc/Development.rst
+10
-1
10 additions, 1 deletion
doc/Development.rst
src/configure
+6
-1
6 additions, 1 deletion
src/configure
with
18 additions
and
4 deletions
Makefile
+
1
−
1
View file @
d07e704d
...
...
@@ -40,9 +40,9 @@ else
TAR_OPTS
:=
--exclude-from
=
.gitignore
-s
'/^\./caosdb/'
endif
.PHONY
:
doc
doc
:
$(
MAKE
)
-C
doc html
.PHONY
:
doc
###############################################################################
# Styling #
...
...
This diff is collapsed.
Click to expand it.
README_SETUP.md
+
1
−
1
View file @
d07e704d
...
...
@@ -5,7 +5,7 @@
This package requires the following software:
-
conan:
`pip install conan`
-
Create a local
*libcaosdb*
conan package:
See
-
libcaosdb: Download the
[
libcaosdb sources
](
https://gitlab.com/caosdb/caosdb-cpplib
)
and run
`make conan`
.
See
https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib for further instructions.
-
For running this library, a valid libcaosdb configuration is needed, for example a
`.caosdb_client.json`
file in your home directory or current working directory. Please look at
...
...
This diff is collapsed.
Click to expand it.
doc/Development.rst
+
10
−
1
View file @
d07e704d
...
...
@@ -35,8 +35,17 @@ Writing Documentation
Requirements
------------
- For tests, we use MOxUnit, which can be installed like this:
- We use a dedicated Octave package for documentation generation: ` ``generate_html`` <https://keepachangelog.org>`_. This package
.. code-block:: console
wget --output-document MOxUnit-master.zip https://github.com/MOxUnit/MOxUnit/archive/master.zip
unzip MOxUnit-master.zip
cd MOxUnit-master
make install
cd ..
- We use a dedicated Octave package for documentation generation: generate_html_. This package
can be installed as follows:
.. code-block:: octave
...
...
This diff is collapsed.
Click to expand it.
src/configure
+
6
−
1
View file @
d07e704d
...
...
@@ -16,7 +16,12 @@ function error {
#
# This function should be called at such a place that the conanfile is in the parent directory.
function
check_deps
{
general_help
=
"Please check the online documentation and installation instructions
general_help
=
"This package requires the following software:
- conan: Install with 'pip install conan'.
- libcaosdb: Download the libcaosdb sources from
https://gitlab.com/caosdb/caosdb-cpplib and run 'make conan'.
Please check the online documentation and installation instructions
at https://docs.indiscale.com/caosdb-octavelib and
https://gitlab.com/caosdb/caosdb-octavelib for more information and
contact options."
...
...
This diff is collapsed.
Click to expand it.
Daniel Hornung
@daniel
mentioned in issue
#11 (closed)
·
3 years ago
mentioned in issue
#11 (closed)
mentioned in issue #11
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment