Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
a4f0a66c
Commit
a4f0a66c
authored
Jul 20, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add build script
parent
77a40b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+3
-1
build.sh
build.sh
+10
-0
No files found.
README.md
View file @
a4f0a66c
#### doxverilog ####
Th
e
is a clone of doxverilog repository tested on Elphel projects. It will be kept in sync with the original repository on Bitbucket:
Th
is
is a clone of doxverilog repository tested on Elphel projects. It will be kept in sync with the original repository on Bitbucket:
[
https://bitbucket.org/maddoxx/doxverilog.git
](
https://bitbucket.org/maddoxx/doxverilog.git
)
Start
*build.sh*
to compile doxverilog.
build.sh
0 → 100755
View file @
a4f0a66c
#!/bin/bash
if
[
!
-z
$(
which cmake
)
]
;
then
mkdir
build
cd
build
cmake
-G
"Unix Makefiles"
..
make
else
echo
"cmake is not found, can not start compilation"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment