Results 1 to 10 of 11

Thread: Fpc4Nds on ubuntu 10.10

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    cp -r recursively copies files. you can always do:
    [/code]
    sudo cp -r *.* /opt/fpc4nds/
    [/code]

    which will copy ALL files in the current directory to /opt/fpc4nds...


    About that .fpc.cfg - if you do that it compiles all your code to nds... I think I will set up a fpc4nds user and dump everything there
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    That, or (just read here) you can ignore the default fpc.cfg and pass another cfg file to the compiler:

    fpc -n @myconfigfile.cfg hello.pp
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  3. #3
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    sweet, I missed that one lets get started... Shame I have to use gnome to code: my kde keeps crashing geany? I mean whaaaat?
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

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
  •