groudonlover
Mateus readies Hellfire...
- 537
- Posts
- 16
- Years
- Lilycove City, Hoenn
- Seen Nov 29, 2009
Ok... I don't know if there are anyone else than i who uses Linux here, but if there is, this may be useful.
===PART 1===
If you are using a distro without the "yum" command, get and RPM/DEB m.m. at https://www.winehq.org/ (try "man yum", if you get an error, you have no yum:( )
If you are using a distro with yum(Fedora, RedHat Enterprise, m.m.), just use
Then wait for it to install
When it is done, you can run Windows .EXE applications by running the command "wine path to .exe"
And, yes i know that f.ex. SuSe uses apt-get instead of yum, but i don't know the args for apt-get, since i am using Fedora 9 Sulphur. If anyone can post the command for apt-get i can add it here
===PART 2===
Run EliteMap
You might have noticed, that if you double-click any of the EliteMap applications, it says something similar to "Pokeroms.ini not found" or "No gba roms in current directory at all", that is beacuse Nautilus(GNOME) or Konquerror(KDE), sets the Current Directory to /home/(your username, a.k.a. your Home Folder.
These examples will assume that you have installed EliteMap in C: \Program Files\EliteMap.
So if you want to run it, you can either:
Method #1, Run from Terminal only, more stable
That will create Symbolic Links to every Application in the Folder for EliteMap, then you can just type
TIP: Press tab to auto-complete, press twice to show all possibilities
Method #2, Run from App bar, not that stable as #1, can make a mess in your homefolder...
Then add the Applications to the App Bar!
You can also create an .desktop file, but it is pretty advanced, and requires a lot of time and Photoshoping, so i won't explain it here
Method #3, Run like any command... (thanks to IIMarckus)
after that, just run for example PokePic.exe when you are in the Rom directory
Hope this helped!
===PART 1===
If you are using a distro without the "yum" command, get and RPM/DEB m.m. at https://www.winehq.org/ (try "man yum", if you get an error, you have no yum:( )
If you are using a distro with yum(Fedora, RedHat Enterprise, m.m.), just use
Code:
> [B]su -l[/B]
Password: [I](Password to "Root" user[/I])
> [B]yum -y install wine[/B]
When it is done, you can run Windows .EXE applications by running the command "wine path to .exe"
And, yes i know that f.ex. SuSe uses apt-get instead of yum, but i don't know the args for apt-get, since i am using Fedora 9 Sulphur. If anyone can post the command for apt-get i can add it here
===PART 2===
Run EliteMap
You might have noticed, that if you double-click any of the EliteMap applications, it says something similar to "Pokeroms.ini not found" or "No gba roms in current directory at all", that is beacuse Nautilus(GNOME) or Konquerror(KDE), sets the Current Directory to /home/(your username, a.k.a. your Home Folder.
These examples will assume that you have installed EliteMap in C: \Program Files\EliteMap.
So if you want to run it, you can either:
Method #1, Run from Terminal only, more stable
Spoiler:
Code:
> [B]cd[/B] [B][I](wherever your Hack Project's folder is)[/I][/B]
> [B]ln -s /home/[/B][I](your username)[/I][B]/.wine/drive_c/Program\ Files/EliteMap/* .
[/B]
Code:
> [B]wine ./[/B][i](program)
Method #2, Run from App bar, not that stable as #1, can make a mess in your homefolder...
Spoiler:
Code:
> [B]cd[/B]
> [B]ln -s[/B] [I](wherever your rom is)[/I] [B].[/B]
You can also create an .desktop file, but it is pretty advanced, and requires a lot of time and Photoshoping, so i won't explain it here
Method #3, Run like any command... (thanks to IIMarckus)
Spoiler:
Code:
> [b]export PATH=$PATH:/home/[/b][i](your username)[/i][b]/.wine/Program\ Files/EliteMap/[/b]
Hope this helped!
Last edited by a moderator: