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
    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.

  2. #2
    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
  •