Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
ddautomata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
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
Yannick Pencolé
ddautomata
Commits
f9b5e6b1
Commit
f9b5e6b1
authored
8 months ago
by
Yannick Pencolé
Browse files
Options
Downloads
Patches
Plain Diff
change CMakeLists.txt and README.md for a better export
parent
8603c6da
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#44374
passed
8 months ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+9
-1
9 additions, 1 deletion
CMakeLists.txt
README.md
+15
-3
15 additions, 3 deletions
README.md
with
24 additions
and
4 deletions
CMakeLists.txt
+
9
−
1
View file @
f9b5e6b1
...
...
@@ -154,4 +154,12 @@ install(TARGETS automata-shared
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/lib
)
endif
()
if
(
${
PROJECT_SOURCE_DIR
}
STREQUAL
${
CMAKE_INSTALL_PREFIX
}
)
else
()
install
(
FILES
${
PROJECT_SOURCE_DIR
}
/LICENSE.rst DESTINATION .
)
install
(
FILES
${
PROJECT_SOURCE_DIR
}
/README.md DESTINATION .
)
endif
()
This diff is collapsed.
Click to expand it.
README.md
+
15
−
3
View file @
f9b5e6b1
# ddautomata
This repository gathers a set of source files that implement a finite state machine library.
This repository gathers a set of source files that implement a finite state machine library
(automaton).
It also provides a set of basic command tools to manipulate automata in ddaut format.
(see bin directory in the compiled version). For instance, 'dd-det' is a command to
make an automaton deterministic. To see the manual of each command, use the option '--help'
Under deployement.
dd-det --help
The file format of an automaton is 'ddaut'. Such an automaton can be graphically edited with
DdEditor (See https://gitlab.laas.fr/ypencole/ddeditor.git ).
Tools still under deployement.
## Getting started
...
...
@@ -32,7 +44,7 @@ To set the type of build (default is Release):
## License
Copyright (c) 2023 CNRS-LAAS
Copyright (c) 2023
-2024
CNRS-LAAS
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
...
...
This diff is collapsed.
Click to expand it.
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