Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
khalid
radsex
Commits
eeb59f14
Commit
eeb59f14
authored
Apr 29, 2020
by
RomainFeron
Browse files
Updated compiler requirements in makefile + fixed minor bug in makefile
parent
14c1f783
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
eeb59f14
...
@@ -58,8 +58,10 @@ $(INCLUDE)/kfun/kfun.o: $(INCLUDE)/kfun/kfun.cpp
...
@@ -58,8 +58,10 @@ $(INCLUDE)/kfun/kfun.o: $(INCLUDE)/kfun/kfun.cpp
$(CC)
$(CFLAGS)
-I
$(INCLUDE)
-c
-o
$@
$^
$(CC)
$(CFLAGS)
-I
$(INCLUDE)
-c
-o
$@
$^
# Clean BWA
# Clean BWA
clean-kfun
:
clean-kfun
:
$(INCLUDE)/kfun/kfun.o
(
rm
$(INCLUDE)
/kfun/kfun.o
)
if
[
-e
$^
]
;
then
\
rm
-f
$^
;
\
fi
;
# Clean radsex files
# Clean radsex files
clean
:
clean
:
...
...
README.md
View file @
eeb59f14
...
@@ -31,7 +31,7 @@ Internal documentation generated with Doxygen is provided [here](https://sexgeno
...
@@ -31,7 +31,7 @@ Internal documentation generated with Doxygen is provided [here](https://sexgeno
### Requirements
### Requirements
-
A C++11 compliant compiler (GCC >=
4.8.1
, Clang >=
3.3
)
-
A C++11 compliant compiler (GCC >=
6.1.0
, Clang >=
6.0
)
-
The zlib library (usually installed on linux by default)
-
The zlib library (usually installed on linux by default)
### Install the latest official release
### Install the latest official release
...
...
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