.
Sudo aptitude install build-essential libgtk2.0-dev libgnome2-dev libsdl1.2-Dev
Finally, lets get to building it.
CD Mame
Make
Let's setup a rom folder and get some ROMs.
Mkdir ROMs
CD ROMs
Wget http://mamedev.org/roms/sidetrac/sidetrac.zip -- User-Agent = "Mozilla/5.0 (windows; U; Windows NT 5.1; en-US; RV: 1.8.1.6)
Before that, we must prepare some necessary things.1.wingw-gcc.exe click to download2.wingwover.zip click to download3.mamesource code mame081s.zip click to download4. mame32plus source code mame32plus-0.18-0423-src.cab click to download
First install wingw-gcc.exe, then decompress wingwover.zip, Mame source code, mame32plus source code to the corresponding installation directory, overwrite the corresponding files.
Open the DOS window, enter the insta
[Abstract] As we all know, m.a.m. E is a universal arcade simulator with the largest number of drivers in the world, the highest degree of accuracy in simulation, and the strongest and most influential development team. Taking Mame 0.105b as an example, this article attempts to briefly analyze and describe the Mame software architecture from the perspective of compilation configuration and source code struc
Toss an afternoon, finally success can use the handle and then Chromebook to play arcade game (Slam Dunk, fist, assault Cavalry)Download the corresponding MAME version in http://sdlmame.wallyweek.org/download/(both the main installation package and the Mame-data).After the download is complete, use Gdebi mame-dataxxxxxxxxxx.deb to first load the data package, and
See Http://my.chinaunix.net/xdkui in the textWhen it's okay, I like to play with Linux, but when I'm tired I want to have a rest. Linux under the less games, generally with wine or VMware installed Windows play win under the game. This article wants to say is the Linux under the MAME Simulator (http://www.mame.net/). Known as the most powerful multi-platform arcade simulator MAME supports a lot of arcade ga
Butterfly Effect: A small trend in Mame 0.120u1 may be a prelude to a large-scale technological change. After a long history of video system improvement, it seems that the topic of improving 3D video simulation efficiency has finally been put on the agenda. In the latest mame0.120u1, the simulation of a series of 3D substrates has been improved to varying degrees, and the most interesting one is the new module (polynew. c). It looks like a general pol
How to set up the MAME simulator? PC6 small set began to MAME really don't understand, just today in the use of MAME OS X encounter some problems, finally really play game, also here some of the primary debugging methods to show you small partners, also can save you again under groping time.
1, first, download MAME OS
A more complete Inno setup script, added to the INI file settings, a package of common features are available.[Plain]view plaincopy [setup]; Note: The value of appid is to identify the application separately. ; do not use the same AppID values for other installers. ; (Generate a new GUID, click Tool | To generate a GUID in the IDE.) ) appid={{a9861883-31c5-4324-bd9a-dc3271eeb675}; program name appname=is
Programmers know that Inno Setup is an easy-to-use and powerful installation wizard to make software, about Inno Setup tutorial, can be said to be super simple, but super abstruse, if you are the beginning user, only need to see the tutorial below, but Inno Setup is powerful enough for you to imagine, so it takes a long time to learn and study, not to say nonsens
;
Script generated by the Inno Setup Script Wizard. ;
See the documentation for DETAILS on CREATING inno SETUP SCRIPT files! #define MYAPPNAME "xxx Software" #define myappversion "1.1.0" #define Myapppublisher "XXX Co., Ltd." #define MYAPPURL "http://www.xxx. com/"#define MYAPPEXENAME" xxx software. exe "; The folder path where the Mysourcepath program is located #define MYSOURCEPATH "D:\Projects\XXX softw
Setup command: Used to configure X, print settings, time zone settings, System services, network configuration, configuration, firewall configuration, verify configuration, mouse configuration.
Grammar
Setup
Setup is a setup utility that provides a graphical interface for how to operate. You can set the 7 class opti
Label:Title: Microsoft SQL Server Setup------------------------------SQL Server Setup was unable to obtain system account information for the ASPNET account. To continue, reinstall the. NET Framework, and then run SQL Server Setup again.For help information, click: Http://go.microsoft.com/fwlink? Linkid=20476prodname=microsoft+sql+serverprodver=9.00.1399.06evtsrc
// display hostname localhost~]# sudo hostname spark1 Set the host name to Spark1, the other two servers can be set to SPARK2, Spark3// If you want to permanently modify this can be [[email protected] ~]# vi/etc/ sysconfig/Network// Edit file as follows Hostname=spark1 #修改localhost. Localdomain to Spark1Continue to modify the/etc/hosts file after Setup is complete[[email protected] ~]# vi/etc/hosts[ip address] spark1If it is permanently modifi
Telecom Fibre Router Setup
You put DNS set up should be OK, DNS to Baidu search your area of DNS fill the router and two computers on it.
In the URL bar input 192.168.1.1 into the account password, the manual has, click on the IP settings in the DNS input you find from the Internet in your location of the telecommunications DNS xx.xx.xx.xx has two, a main standby, are filled in, save exit, and then on both computers right click on the Network Neighb
A more complete Inno setup script, which adds the ability to set INI files, is a common feature of an installation package.
[Setup]
; Note: The value of AppID identifies the application individually.
; Do not use the same AppID value for the other setup programs.
; (Generate a new GUID, click Tools | Build the GUID in the IDE.) )
appid={{a9861883-31c5
1. paste source code
The script is generated by the Inno Setup script wizard!For more information about creating an Inno Setup script file, see the help documentation!
# Define myappname "testset"# Define myappversion "1.0"# Define myapppublisher "zcf"# Define myappurl "http://www.zcfsky.com /"# Define myappexename "testapp.exe"
[Setup]Note: The appid value ident
This article Reprinted from: http://blog.csdn.net/yushanddddfenghailin/article/details/17250955
The Nno setup script supports many classes, which greatly enhance the functions of the installer. By using these classes, many amazing installers will be created, next we will start learning the class.
Create custom Wizard Page
The custom Wizard Page needs to be created in the initializewizard event function. You can use the createcustompage function to cre
Ngrok centos server setup: windows Client Setup details, ngrokcentos
Ngrok centos server setup: windows client settings
GOOS=windows GOARCH=amd64 make release-client
Copy the compiled ngrok.exe file to a windows computer,
Create a new ngrok. cfg in windows
server_addr: "test.com:7443"trust_host_root_certs: false
Create a startup. bat on windows
Ngrok-config = ngr
In the last page of the installation Finishpage click finished and then open a webpageThis function seems to be very simple, not just click the Finish button to bind the event, the problem is resolved immediately.This is true in normal desktop application development, but this is InnosetupThis event is not for you to control,So we should change the thinking, click Finish, the equivalent of the program is all installed, and in the Innosetup script, we can get to this stateFirst on the code:1//Thi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.