hello i have been coding in many languages mainly c++ for like almost a year now using libarys such as SDL,Allegro,Opengl,Glew but for life of me i need some simplfied tutorial on everything to build boost filesystem
can someone tell me how to do it im not very savy on commandline stuff also im more of a graphical user interface kinda person but if i have to use command line then so be it but im not an expert by no means and dont understand technical wording so please be weary when answering sorry if that annoys you
thanks in advance
5 replies to this topic
#1
Posted 24 October 2011 - 06:22 AM
|
|
|
#2
Posted 24 October 2011 - 07:34 AM
To start with, what is your development environment? Using gcc on Linux is different from Visual C++ 2010 on Windows 7, for example.
#3
Posted 24 October 2011 - 07:51 AM
Window 7 Code::Blocks 10.5 with mingw i have boost_1_74_0.zip
Edited by NoobScratcher, 24 October 2011 - 08:45 AM.
#4
Posted 24 October 2011 - 09:25 AM
Does your installation of mingw include make?
#5
Posted 24 October 2011 - 10:03 AM
yes so you want me to cd into command line ? but i dont really know how to use make
#6
Posted 24 October 2011 - 10:41 AM
This page may help:
Binary installer for Boost on MinGW - ASCEND
Basically, you have to build bjam, which is what boost uses as their alternative to a make file, but there's an installer available.
Binary installer for Boost on MinGW - ASCEND
Basically, you have to build bjam, which is what boost uses as their alternative to a make file, but there's an installer available.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









