You will need the N64 pif file as well but due to legal issues you need to dump your own.
Pif file hashes of a good dump.
MD5: 4921d5f2165dee6e2496f4388c4c81da
SHA1: 9174eadc0f0ea2654c95fd941406ab46b9dc9bdd
Windows
Premade Windows builds can be found here. http://www.emucr.com/search/label/Cen64?&max-results=12
Once extracted you can make a batch file or use a front end.
Breadwinka's frontend: http://cen64.com/viewtopic.php?f=5&t=8
Presence's frontend: http://cen64.com/viewtopic.php?f=8&t=15
Thedax's frontend: http://cen64.com/viewtopic.php?f=5&t=17
Batch method: Open notepad and copy the following text while editing where necessary.
Batch code based on ShadowFX's.
Code: Select all
@echo off
:reset
cls
echo CEN64 (Git) - created by MarathonMan
echo.
set /p rom="Rom Path\Name: "
cen64.exe -eeprom "%rom%.eeprom" -sram "%rom%.sram" -controller keyboard pifdata.bin "%rom%"
timeout /t 1 /nobreak >Nul
if not errorlevel 1 goto reset
Alternate controllers: mayflash64, retrolink, wiiu, and x360.
Save your file as Start.bat
You should now be good to go.
Linux
Moving compiling to its own thread.
I have not noticed any other premade builds for Linux so I have made my own.
I will try to keep the download up to date. Enjoy

Cen64 Stable v0.1: http://ubuntuone.com/3sxprXmz0XhbNLSMgyIRk9
Cen64 Unstable v0.2: http://ubuntuone.com/3kvyYmfuQulxqC4AuKTWUC
Presence's frontend: http://cen64.com/viewtopic.php?f=8&t=15
Shell Script Method: Open the text editor of choice such as gedit or mousepad and copy the following editing as needed.
Shell Script based on ShadowFX's batch code.
Code: Select all
clear
echo "CEN64 (Git) - created by MarathonMan"
read -e -p "Input Rom Path\Name: " rom
./cen64 -eeprom "$rom.eeprom" -sram "$rom.sram" -controller keyboard pifdata.bin "$rom"
Save your file as Start.sh and after you may need to tick a box in perms to allow execution.
Input
Code: Select all
Keyboard:
Start=Enter
Joystick=ArrowKeys
CStick=Home,End,Del,PageDown
Dpad=Not implemented?
A=X
B=C
Z=Z
R=S
L=A
Xbox360 Controller:
Start=Start
JoyStick=LeftStick
CStick=RightStick
Dpad=Not implemented?
A=A
B=B
Z=LT
R=RT
L=LB
Mayflash64: Uses real N64 Controllers.
Retrolink: Cant test this sorry.
WiiU: Cant test this sorry.