Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411871 Posts in 69424 Topics- by 58471 Members - Latest Member: spdp

June 04, 2024, 01:12:28 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)getting PDCurses to work on Code::Blocks with minGW and not in the C drive
Pages: [1]
Print
Author Topic: getting PDCurses to work on Code::Blocks with minGW and not in the C drive  (Read 1998 times)
Batmanifestdestiny
Level 1
*


When life gives you lemons, make an internet craze


View Profile WWW
« on: February 21, 2010, 04:10:26 PM »

Hey, so I've been getting very tired of console-based applications, so I decided to start learning to use PDCurses.  The problem is that I can't figure out how to compile it on minGW without it being in my C drive.
    I would gladly have it in my C drive, except that at the tender age of 17, I'm not exactly trusted with Vista admin privileges, so I have to store just about everything on my USB drives.


Any suggestions?
Logged

"Sweet Sacajewea, Batmanifestdestiny!  We've struck GOLD!" -Joseph, Utah Wonder

You have to plagierize the Italian.
Sos
Level 8
***


I make bad games


View Profile WWW
« Reply #1 on: February 21, 2010, 07:05:33 PM »

you can:
1. use devpak repository from dev-c++ (consult docs please)
2. use msys /command shell to:
 - set MINGDIR enviroment var to your mingdir path (ex: windows 'SET MINGDIR=c:\MinGW' msys: EXPORT MINGDIR=/c/MinGW/)
 - SET PATH=%PATH%;%MINGDIR%
3. ./configure, make and install (see docs)

Logged

Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic