Results 1 to 9 of 9

Thread: Linux - Requirements

  1. #1
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Linux - Requirements

    As some of you know I have 3 Children (aged 8,6,3). My problem at the moment is that I have only 2 PCs at home (a P1 and a P2 though the P2 is quite good) and my notebook. This often causes problems as they cant all play on the PC at the same time, so I am planning to get a P4 2.4GHx, 256MB with onboard screen card. Not the greatest of PCs but enough for my kids to play games.

    What do I need to enable dual boot on this machine to give me a linux PC at home? I want to be able to compile using FreePascal and run the games created with it.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Linux - Requirements

    You could try installing VMWare [size=9px](It's not what your asking specifically, but it will allow you to run a 2nd OS, of any kind, under the other one unrestricted of the other - It's not an emulator in the traditional sense it accesses the BIOS directly, try a search)[/size] Only issue with that is that it's commercial, hence you'd have to aquire it somehow.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    Re: Linux - Requirements

    Quote Originally Posted by cairnswm
    What do I need to enable dual boot on this machine to give me a linux PC at home? I want to be able to compile using FreePascal and run the games created with it.
    First, get a list of hardware part you're going to buy and check on google if it is compatible with Linux, expecially video cards if you're doing games

    Next, you just need to install both operating system. (I suggest debian unstable if you want the best distro, or fedora if you want the easiest)
    This usually simple requires that you make two partitions on your disk: one for windows (usually NTFS) and one for Linux (usually ext3).
    Since the two OS can't read/write each other filesystem, i suggest to have a third partition for shared files, formatted with fat32.
    After that, you first install Windows on the first partition, then linux on the second, that will eventually create the boot menu.
    That's it, apart from configuring linux

    If you need help, just ask
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  4. #4

    Linux - Requirements

    Install one of the "popular" win-like distributions Mandrake 10, Red Hat Fedora Core (1,2,3) or SuSE. I only tested the first two wich have verry good dual boot system. I haven't found any windows "emulators" that can decently run windows programs.
    Get FPC and maybe Lazarus if you want at least some decent editing and that's it.
    The future must be... Fast and OpenSource so...
    <br />Think Open and Lightning Fast!

  5. #5
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Linux - Requirements

    Thanks

    I have Freepascal and Lazarus and thats the main reason I now want Linux

    I'll see if I can get a list of components and check them. Seems a wise idea
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Linux - Requirements

    If you are basing your choice of Linux distrubition on Free Pascal/Lazarus, sadly Debian might be the tougher one to get to work.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7
    Anonymous
    Guest

    Linux - Requirements

    never really had a problem running it on debian sarge systems

    you will have to install the gtk1 related stuff manually though which requires some familiarity with the package contents search features on debians site

    maybe sometime i'll make a list of things to apt-get in order to make lazarus work,

  8. #8
    Marco V
    Guest

    Linux - Requirements

    Quote Originally Posted by WILL
    If you are basing your choice of Linux distrubition on Free Pascal/Lazarus, sadly Debian might be the tougher one to get to work.
    That's more wrestling with Debian's unusable package system. However getting FPC to run without using apt-* and similar garbage is fairly simple.

    I always install FPC on debian using the binary TGZ, and not with apt-* and stuff. (mainly because they break the packages up, and sometimes have useless dependancies).

    Moreover, the debian system is out of date half of the time. (like now with 1.9.6)

    I also always was able to use FPC easily on Slackware.

    I heard of troubles with Gentoo, but that is mainly because they are often customizing glibc,gcc and other libraries a bit too hard, which breaks the binary interface.

  9. #9

    Linux - Requirements

    i don't usually use apt-get to install freepascal either mainly because i want to use development verisons.

    id hardly call thier packager brain damaged though i can't say i've ever had any real trouble with it there are a few quirks to learn but its no real trouble.

    when i mentioned using apt-get before (that guest was me) i was refereing to using it to install stuff lazarus depends on not using it to install lazarus itself.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •