Announcement

Collapse
No announcement yet.

root installing quake 4

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    root installing quake 4

    To install quake you have to first make the /usr/local/games/quake4/q4base folder to copy the quake base files to. My question is the how to make the directory through terminal since I am I am unable to do it via point and click.

    I am unfamiliar with doing things with terminal and am unable to log in as root with kubuntu.

    thanks in advance

    #2
    Re: root installing quake 4

    Hi,
    You should do like this :
    - sudo mkdir -p /usr/local/games/quake4/q4base
    - sudo chmod -R 777 /usr/local/games/quake4/ or sudo chown -R <yourUserName> /usr/local/games/quake4/

    Hope it helped

    Comment

    Working...
    X