Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CCS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marko Mecina
CCS
Commits
ed8439dc
Commit
ed8439dc
authored
2 months ago
by
Marko Mecina
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
7df32ad8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+23
-0
23 additions, 0 deletions
README
with
23 additions
and
0 deletions
README
+
23
−
0
View file @
ed8439dc
...
...
@@ -53,3 +53,26 @@ Use CCS/Ccs/tools/import_mib.py to import a set of SCOS2000 MIB files into the M
# CCS & TST
./start_ccs: starts the CCS
./start_tst: starts the TST
# INSTALLATION ON MAC
The CCS tools should generally also work on a Mac, the installation process will require some modifications and/or additional steps, however.
- it is recommended to use a Python venv (with system-site packages enabled):
python3 -m venv ve_ccs --system-site-packages
- some additional (Python) packages may need to be explicitly installed:
pip install setuptools
brew install libnotify
brew install pkg-config
brew install gtk+3
pip install dbus-python==1.2.18
brew install python-argcomplete
brew install openssl
export LDFLAGS="-L$(brew --prefix openssl)/lib"
export CPPFLAGS="-I$(brew --prefix openssl)/include"
export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"
pip install mysqlclient
- potentially, versions have to be specified for some packages in requirements.txt (sqlalchemy==1.4, ipython==7.12.0)
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