Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-sdr-binary
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
cspp-public-distro
cspp-sdr-binary
Commits
7ca5f5de
Commit
7ca5f5de
authored
1 year ago
by
Scott Mindock
Browse files
Options
Downloads
Patches
Plain Diff
trial
parent
2281f418
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
distro/scripts/root_cots.sh
+39
-0
39 additions, 0 deletions
distro/scripts/root_cots.sh
with
39 additions
and
0 deletions
distro/scripts/root_cots.sh
0 → 100755
+
39
−
0
View file @
7ca5f5de
#!/bin/bash
install
()
{
yum
-y
install
openssl-devel.x86_64
&&
\
yum
-y
install
patch
&&
\
yum
-y
install
csh
&&
\
yum
-y
install
zlib-devel.x86_64
&&
\
yum
-y
install
bzip2-devel.x86_64
&&
\
yum
-y
install
libXt-devel.x86_64
&&
\
yum
-y
install
expat-devel.x86_64
&&
\
yum
-y
install
bison.x86_64
&&
\
yum
-y
install
flex.x86_64
&&
\
yum
-y
install
bc.x86_64
&&
\
yum
-y
install
unzip.x86_64
&&
\
yum
-y
install
java-1.8.0-openjdk-devel.x86_64
&&
\
yum
-y
install
imake.x86_64
&&
\
yum
-y
install
tcl-devel.x86_64
&&
\
yum
-y
install
wget.x86_64
&&
\
yum
-y
install
flex-devel.x86_64
&&
\
yum
-y
install
autoconf.noarch
&&
\
yum
-y
install
automake.noarch
&&
\
yum
-y
install
git.x86_64
&&
\
yum
-y
install
ksh.x86_64
&&
\
yum
-y
install
icu.x86_64
&&
\
yum
-y
install
glibc-static.x86_64
&&
\
yum
-y
install
perl-devel.x86_64
&&
\
yum
-y
install
perl-YAML.noarch
&&
\
yum
-y
install
perl-Exporter.noarch
&&
\
yum
-y
install
perl-Data-Dumper.x86_64
&&
\
yum
-y
install
perl-XML-Parser.x86_64
&&
\
yum
-y
install
perl-XML-LibXML.x86_64
&&
\
yum
-y
install
perl-Getopt-Long.noarch
&&
\
yum
-y
install
perl-XML-Simple.noarch
&&
\
yum
-y
install
perl-CPAN.noarch
&&
\
yum
-y
update perl-CPAN.noarch
}
install
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