L1g3r Logo           SignalQ Sites: NetAdminTools - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
cmake-2.8.5
Topic:MCJ GNU/Linux Reference OS   Date: 2011-10-02
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Base Reference GNU/Linux Build Sequence

Source code is available here.

To compile and install, run these commands:

cd /sources/ &&
rm -rf cmake-2.8.5 &&
tar -xzf cmake-2.8.5.tar.gz &&
cd cmake-2.8.5 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
rm -rf libunique-1.1.6

The output should look something like this:

CMake 2.8.5, Copyright 2000-2009 Kitware, Inc.
Found GNU toolchain
C compiler on this system is: gcc 
C++ compiler on this system is: g++ 
Makefile processor on this system is: make
g++ is GNU compiler
g++ has STL in std:: namespace
g++ has ANSI streams
g++ has streams in std:: namespace
g++ has sstream
g++ has operator!=(string, char*)
g++ has stl iterator_traits
g++ has standard template allocator
g++ has allocator<>::rebind<>
g++ does not have non-standard allocator<>::max_size argument
g++ has stl containers supporting allocator objects
g++ has header cstddef
g++ requires template friends to use <>
g++ supports member templates
g++ has standard template specialization syntax
.
.
.
-- Installing: /usr/doc/cmake-2.8/cmake-commands.html
-- Installing: /usr/doc/cmake-2.8/cmake-compatcommands.html
-- Installing: /usr/doc/cmake-2.8/ctest.html
-- Installing: /usr/doc/cmake-2.8/cpack.html
-- Installing: /usr/doc/cmake-2.8/ccmake.html
-- Installing: /usr/doc/cmake-2.8/cmake.txt
-- Installing: /usr/doc/cmake-2.8/cmake.docbook
-- Installing: /usr/doc/cmake-2.8/cmake-policies.txt
-- Installing: /usr/doc/cmake-2.8/cmake-properties.txt
-- Installing: /usr/doc/cmake-2.8/cmake-variables.txt
-- Installing: /usr/doc/cmake-2.8/cmake-modules.txt
-- Installing: /usr/doc/cmake-2.8/cmake-commands.txt
-- Installing: /usr/doc/cmake-2.8/cmake-compatcommands.txt
-- Installing: /usr/doc/cmake-2.8/ctest.txt
-- Installing: /usr/doc/cmake-2.8/ctest.docbook
-- Installing: /usr/doc/cmake-2.8/cpack.txt
-- Installing: /usr/doc/cmake-2.8/cpack.docbook
-- Installing: /usr/doc/cmake-2.8/ccmake.txt
-- Installing: /usr/doc/cmake-2.8/ccmake.docbook


People:
Places:
Things:
Times:



None of this would be possible without the diligent work of the Linux From Scratch (LFS) project. A tip o' the hat to those intrepid hackers. Much of the OS buld configuration is taken directly from LFS and BLFS.