Results 1 to 5 of 5

Thread: Building Lazarus from source in windows 7

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Ok, after some messing about, phibermon suggested that I should just grab the latest snapshot and install that.

    Seems like I was lagging behind with my 0.9.28.2 beta install. Now I do have 0.9.29 with FPC 2.4.3

    It might be beneficial to have a setup that allows me to compile everything from source. Is it worthwhile to set that up, just to be able to get the last version quickly?
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2
    I haven't really updated Lazarus more than once every 2 months or so from the daily snapshot with latest compiler. It doesn't get big changes often.

  3. #3
    As far as I know, make.exe is shipped with the fpc binary package, so you don't need to download it from elsewhere. Usually I do something like:

    Code:
    set path=c:\fpc\bin\i386-win32;%PATH%
    
    cd c:\lazarus
    
    make clean all
    That's all
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

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
  •