Author Topic: Port Requests  (Read 7150 times)

A3MIRAL

  • Leader
  • Hero Member
  • *****
  • Posts: 2899
  • Reputation: 105
  • A3MIRAL -- Reporting for Duty
    • A3MIRAL
  • Badges:
  • Computers: Dell XPS15 (6 GB ram, Core i7 @ 2.0 GHz, 750 GB HDD @ 7200 RPM)
  • iDevices: iPod touch 3G 32GB, iPhone 5 32GB
Re: Port Requests
« Reply #15 on: September 04, 2011, 05:53:02 pm »
why the ???
it doesnt work atm

Winning

  • Hero Member
  • *****
  • Posts: 1632
  • Reputation: 26
  • I think I saw this in a movie
  • Computers: Toshiba Thrive Tablet
  • iDevices: iPod touch 4G
Re: Port Requests
« Reply #16 on: September 04, 2011, 06:13:31 pm »
Oh I thought you were saying gcc for gimp

A3MIRAL

  • Leader
  • Hero Member
  • *****
  • Posts: 2899
  • Reputation: 105
  • A3MIRAL -- Reporting for Duty
    • A3MIRAL
  • Badges:
  • Computers: Dell XPS15 (6 GB ram, Core i7 @ 2.0 GHz, 750 GB HDD @ 7200 RPM)
  • iDevices: iPod touch 3G 32GB, iPhone 5 32GB
Re: Port Requests
« Reply #17 on: September 04, 2011, 06:19:32 pm »
no im not that stupid bro ;)

Winning

  • Hero Member
  • *****
  • Posts: 1632
  • Reputation: 26
  • I think I saw this in a movie
  • Computers: Toshiba Thrive Tablet
  • iDevices: iPod touch 4G
Re: Port Requests
« Reply #18 on: September 04, 2011, 06:26:15 pm »
Hey there

Ginger

  • Dev Team Member
  • Hero Member
  • *****
  • Posts: 610
  • Reputation: 6
    • PwnDevTeam!
  • Computers: Forgot model but Dell Inspirion Tower (6gb ram, Quad core, 1tb hdd, 1gb graphics)
  • iDevices: iPod Touch 4G 8GB And iPod Nano 1G 1Gb
Re: Port Requests
« Reply #19 on: September 07, 2011, 09:37:08 am »
libgtk2.0-dev :) thanks

Don't like seeing ads? Click here to register!

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4018
  • Reputation: 217
  • Badges:
Re: Port Requests
« Reply #20 on: September 07, 2011, 12:05:49 pm »
We have gtk 2.4 or something.

Winning

  • Hero Member
  • *****
  • Posts: 1632
  • Reputation: 26
  • I think I saw this in a movie
  • Computers: Toshiba Thrive Tablet
  • iDevices: iPod touch 4G
Re: Port Requests
« Reply #21 on: September 18, 2011, 10:47:25 am »
If I have a tar.gz file can I use that in porting.

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Port Requests
« Reply #22 on: September 18, 2011, 12:20:55 pm »
Ya, it should be something like
Code: [Select]
tar -xfz <filename>.tar.gz
cd <the new folder that the previous command created>
./configure
make
make install
In theory it should be that simple, but it never is....I may have got some of the args for tar wrong, but you get the general idea.  

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3063
  • Reputation: 130
  • Developer, Genius :P :P
  • Badges:
  • Computers: HP Pavillion g7: Windows 7, BT5 R1, Ubuntu 12.04, Windows 8, Linux Mint
  • iDevices: ipod touch 3g, ipod touch 2g
Re: Port Requests
« Reply #23 on: September 18, 2011, 12:32:04 pm »
Ya, it should be something like
Code: [Select]
tar -xfz <filename>.tar.gz
cd <the new folder that the previous command created>
./configure
make
make install
In theory it should be that simple, but it never is....I may have got some of the args for tar wrong, but you get the general idea.
you don't have to do that, just un-archive it with ifile then cd into the directory and
Code: [Select]
./configure
make install
goals:
[] get developer status
[X] get 30+ karma
[X] get to hero member
[X] become part of the staff

languages i know:
JavaScript
CSS
HTML
PHP
C
C++
Cython
Python

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Port Requests
« Reply #24 on: September 18, 2011, 12:44:37 pm »
It depends on the project, some require  
Code: [Select]
make
make install
while others just need
Code: [Select]
make install

But most I've encountered need both commands to be issued.  

Don't like seeing ads? Click here to register!

h4ck3rpr0n3

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3063
  • Reputation: 130
  • Developer, Genius :P :P
  • Badges:
  • Computers: HP Pavillion g7: Windows 7, BT5 R1, Ubuntu 12.04, Windows 8, Linux Mint
  • iDevices: ipod touch 3g, ipod touch 2g
Re: Port Requests
« Reply #25 on: September 18, 2011, 12:46:19 pm »
i see... good to know!
goals:
[] get developer status
[X] get 30+ karma
[X] get to hero member
[X] become part of the staff

languages i know:
JavaScript
CSS
HTML
PHP
C
C++
Cython
Python

Ginger

  • Dev Team Member
  • Hero Member
  • *****
  • Posts: 610
  • Reputation: 6
    • PwnDevTeam!
  • Computers: Forgot model but Dell Inspirion Tower (6gb ram, Quad core, 1tb hdd, 1gb graphics)
  • iDevices: iPod Touch 4G 8GB And iPod Nano 1G 1Gb
Re: Port Requests
« Reply #26 on: September 20, 2011, 02:42:17 pm »
Babl

Winning

  • Hero Member
  • *****
  • Posts: 1632
  • Reputation: 26
  • I think I saw this in a movie
  • Computers: Toshiba Thrive Tablet
  • iDevices: iPod touch 4G
Re: Port Requests
« Reply #27 on: September 20, 2011, 02:46:58 pm »
Babl
Ok so I've kinda did that. It seems to work in terminal but I can't find anything in ifile. So idk

Ginger

  • Dev Team Member
  • Hero Member
  • *****
  • Posts: 610
  • Reputation: 6
    • PwnDevTeam!
  • Computers: Forgot model but Dell Inspirion Tower (6gb ram, Quad core, 1tb hdd, 1gb graphics)
  • iDevices: iPod Touch 4G 8GB And iPod Nano 1G 1Gb
Re: Port Requests
« Reply #28 on: September 20, 2011, 03:51:21 pm »
How did u get it to ./configure :o

Winning

  • Hero Member
  • *****
  • Posts: 1632
  • Reputation: 26
  • I think I saw this in a movie
  • Computers: Toshiba Thrive Tablet
  • iDevices: iPod touch 4G
Re: Port Requests
« Reply #29 on: September 20, 2011, 04:20:22 pm »
I typed ./configure, this is what it gave me



Then make ::)



And done