Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jllodra committed Mar 27, 2015
1 parent bbbb850 commit 78e1ead
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -8,6 +8,9 @@ cmake_minimum_required (VERSION 2.6)
# MinSizeRel : w/o debug symbols, w/ optimization, stripped binaries
set(CMAKE_BUILD_TYPE Release)

# Uncomment to use gcc on macosx yosemite
# set(CMAKE_C_COMPILER "gcc-4.9")

# Show all compile warnings
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-long-long -pedantic")
link_libraries(m)
Expand Down
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -34,7 +34,18 @@ you can run the tests included: cd tests; ./run_tests.sh
---
SOCIB / Josep Llodrà - ~~jllodra@socib.es~~ jlg.hrtc@gmail.com
A note from the developer:
I keep receiving emails and issues from users,
and I appreciate you all and try to reply :)
but this is software is no longer actively being maintained
because I left my former company Socib 3 years ago.
If you rely on this software and need help you can poke us at
http://atlantisofcode.com
Josep Llodra – jlg.hrtc@gmail.com
---
Thanks to jbeltran@socib.es for his tips on cmake
Expand Down

0 comments on commit 78e1ead

Please sign in to comment.