X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=README;fp=README;h=a8cfd9d525eb310c87115526553c62b49fc1d972;hp=b645786aa9a59f10e8a0c50aa49c9f9e42a72fb7;hb=542e50a284c7f5b144a5c97c17f6d89b2af0175c;hpb=b887538a8ccc1c904f6aa24f0f6dcc23e0cc2f72 diff --git a/README b/README index b645786..a8cfd9d 100644 --- a/README +++ b/README @@ -13,19 +13,21 @@ details. Dependencies: boost headers +freealut +libvorbis +Lua +OpenAL OpenGL (libGL, libGL or opengl32, glu32) SDL SDL_image (with libpng support) -libvorbisfile -OpenAL -freealut Notes regarding the code: -I've made some effort to put the more generic or reusable code into a separate -library called Moof. I've also made an effort to incorporate 3rd-party code -that happened to fit well into what I needed. So, generally, the source code is +The code is a complete rewrite, containing none of the original code. I've made +some effort to put the more generic or reusable code into a separate library +called Moof. I've also made an effort to incorporate 3rd-party code that +happened to fit well into what I needed. So, generally, the source code is separated into these three categories: 1. Yoink-specific code.