Which libs should I have installed on my system?

FloRider

Senior Member
Dec 2, 2012
358
111
So far I have:
ia32-libs
libncurses-dev
lib32stdc++6

I think I am missing a couple I had installed previously (I just wiped my Linux and virtual machine).
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
well seeing a lot of distros are different it's going to be impossible to tell you what files you need..
 

FloRider

Senior Member
Dec 2, 2012
358
111
For fun. I want to see what I can accomplish. If you don't want to be helpful, at least save the sarcasm.
 

Ravak

Member
Dec 5, 2012
37
8
Kernel should be easy (you need more packages/libs to build CM, check CM wiki).

From what I know, "ia32-libs" are required for CodeSourcery on 64bit distros. I'd install "build-essential" package (Ubuntu/Mint) for sure, and (if not installed) "gcc" and "g++". You may also want Qt4 and ncurses librarier for "make xconfig" and "make menuconfig" to be working.

If you're still missing something the build will end up with an error, which hopefully should be pretty straightforward to debug ;)
 
Top