Skip to content

Commit

Permalink
README.TXT -> README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBosi committed Feb 10, 2020
1 parent 2bd9bb5 commit d948d52
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ option(VL_INSTALL_DATA "Install sample data" OFF)
if(VL_INSTALL_DATA)
if(VL_UNIX_INSTALL_MODE)
install(DIRECTORY 3rdparty font glsl images models text volume mol DESTINATION "share/vl/data/")
install(FILES README.TXT ztest.zip DESTINATION "share/vl/data/")
install(FILES README.md ztest.zip DESTINATION "share/vl/data/")
else()
install(DIRECTORY 3rdparty font glsl images models text volume mol DESTINATION "data/")
install(FILES README.TXT ztest.zip DESTINATION "data/")
install(FILES README.md ztest.zip DESTINATION "data/")
endif()
endif()
File renamed without changes.
File renamed without changes.
44 changes: 22 additions & 22 deletions src/external/README.TXT → src/external/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

The content of this directory (except the CMakeLists.txt files) is not
part of Visualization Library and the copyright of each library belongs
to its respective author(s). Note that the following libraries might
have been modified to suit Visualization Library needs.

+------------------+------------+-----------------------------+
| LIBRARY | DIRECTORY | WEBSITE |
+------------------+------------+-----------------------------+
| GLEW library | glew | http://glew.sourceforge.net |
| FreeType library | freetype | http://www.freetype.org |
| zlib library | zlib | http://www.zlib.net |
| IJG's libjpeg | jpeg-6b | http://www.ijg.org |
| libpng library | libpng | http://www.libpng.org |
| libtiff library | libtiff | http://www.libtiff.org |
+------------------+------------+-----------------------------+

Other credits:

- Colin Plumb: MD5 message-digest algorithm; see "md5" directory.

- Tanguy Fautré: Triangle stripping algorithm; see "tristripper" directory.

The content of this directory (except the CMakeLists.txt files) is not
part of Visualization Library and the copyright of each library belongs
to its respective author(s). Note that the following libraries might
have been modified to suit Visualization Library needs.

+------------------+------------+-----------------------------+
| LIBRARY | DIRECTORY | WEBSITE |
+------------------+------------+-----------------------------+
| GLEW library | glew | http://glew.sourceforge.net |
| FreeType library | freetype | http://www.freetype.org |
| zlib library | zlib | http://www.zlib.net |
| IJG's libjpeg | jpeg-6b | http://www.ijg.org |
| libpng library | libpng | http://www.libpng.org |
| libtiff library | libtiff | http://www.libtiff.org |
+------------------+------------+-----------------------------+

Other credits:

- Colin Plumb: MD5 message-digest algorithm; see "md5" directory.

- Tanguy Fautré: Triangle stripping algorithm; see "tristripper" directory.
File renamed without changes.

0 comments on commit d948d52

Please sign in to comment.