Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
1.there's a script in the beginning of this page.what's the name of this script? i mean in what name should i save it?
Name it whatever you want to name it.
Quote:
Originally Posted by devilboy09
2.the book says i should create a directory for installing Xorg, named xc.where should i create it?
It doesn't say a directory for installing Xorg, it says a working directory. Create it wherever you want. I usually create it in my non-privileged user's $HOME directory.
Quote:
Originally Posted by devilboy09
3.XORG_PREFIX="<PREFIX>" : which value should i set to this env: /usr or /usr/X11
Did you read the paragraph preceding this? Make a decision.
Quote:
Originally Posted by devilboy09
4.because i'm not familiar with X in detail, i probably should install all the packages in chapter 23,24 and 25.am i right?
No. Chapter 23 will leave you with a working X environment using TWM as your window manager. Where you go from there is up to you. Could go Fluxbox, Blackbox, Openbox, VTWM, icewm, Gnome, LXDE, XFCE, KDE, etc. That choice will determine what else needs to be installed.
Did you read the paragraph preceding this? Make a decision.
i did read it, but i want to make the best choice.i mean which location is better? is there any differences?
i want to install Gnome.
Code:
No. Chapter 23 will leave you with a working X environment using TWM as your window manager. Where you go from there is up to you. Could go Fluxbox, Blackbox, Openbox, VTWM, icewm, Gnome, LXDE, XFCE, KDE, etc. That choice will determine what else needs to be installed.
so, you mean after chapter 23(installing all the packages?) i should skip to the installation of gnome?
what about chapter 24.there are alot of X libraries. i'm a little bit confused
Last edited by devilboy09; 12-01-2011 at 11:45 AM.
so, you mean after chapter 23(installing all the packages?) i should skip to the installation of gnome?
what about chapter 24.there are alot of X libraries. i'm a little bit confused
Nope. If you want to install gnome you do all of chapter 23 and then skip to the Gnome section (IX. GNOME).
The mentioned libraries (24. X Libraries) are installed when/if needed, other packages depend on them.
i did read it, but i want to make the best choice.i mean which location is better? is there any differences?
I make a link /usr/X11 --> /usr and then install to /usr; that is, I set XORG_PREFIX=/usr. Sometimes some software only looks in /usr/X11 to find X libraries. Neither /usr or /usr/X11 is necessarily better.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.