diff --git a/README.md b/README.md index a0ecaaa6..52333ca4 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Main features: - [Tips and Tricks for Makefile](https://github.com/siemens-mobile-hacks/sdk#tips-and-tricks-for-makefile) - [Advanced options for CMake](https://github.com/siemens-mobile-hacks/sdk#advanced-options-for-cmake) - General examples - - [Hello World in C](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-c), without libc - - [Hello World in C++](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-cpp), without libc + - [Hello World in C](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/without-shared-libs), without **ANY** shared libs + - [Hello World in C](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-c), without libc, with libcrt_helper.so + - [Hello World in C++](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-cpp), without libc, with libcrt_helper.so - [Example with libc + libm](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/example-libc-libm) - [Canvas](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/canvas)