X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=README;h=3f99fc6cd9839d2414e9f4170ff2fb049fc96f7a;hp=b645786aa9a59f10e8a0c50aa49c9f9e42a72fb7;hb=31d52677b38d935297d132bdbd956c655cd3feee;hpb=33842c860fe18ca8cf087905992885687434320c diff --git a/README b/README index b645786..3f99fc6 100644 --- a/README +++ b/README @@ -13,19 +13,21 @@ details. Dependencies: boost headers -OpenGL (libGL, libGL or opengl32, glu32) +freealut +libvorbis +Lua +OpenAL +OpenGL 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.