Installation

From CeltxWiki

(Difference between revisions)
Revision as of 02:42, 1 January 2012
Cvalcarcel (Talk | contribs)
For Linux
← Previous diff
Revision as of 18:41, 29 May 2012
CQWVEQE (Talk | contribs)

Next diff →
Line 1: Line 1:
The first step is to download the Celtx installer from our [http://www.celtx.com/download.html download] page. Celtx is available for Windows, Mac OS X / Universal, and Linux in a variety of different languages. Download the OS version and language pack that suits your needs. The first step is to download the Celtx installer from our [http://www.celtx.com/download.html download] page. Celtx is available for Windows, Mac OS X / Universal, and Linux in a variety of different languages. Download the OS version and language pack that suits your needs.
- +[http://www.datarecoveryreview.net/ recover deleted files]
==For Windows (XP, NT, 2000, Vista)== ==For Windows (XP, NT, 2000, Vista)==

Revision as of 18:41, 29 May 2012

The first step is to download the Celtx installer from our download page. Celtx is available for Windows, Mac OS X / Universal, and Linux in a variety of different languages. Download the OS version and language pack that suits your needs. recover deleted files

Contents

For Windows (XP, NT, 2000, Vista)

Double click the CeltxSetup.exe file and follow the installation wizard. The setup will place a shortcut on your Desktop as well as place Celtx in the Start menu.

If you get a reported problem with:

"The application has failed to start because MSVCR71.dll was not found. Restarting the application may fix this problem."

you need to get the files msvcr71.dll and msvcp71.dll. They can be found at http://www.driverskit.com/dll/msvcr71.dll/2373.html and http://www.driverskit.com/dll/msvcp71.dll/2371.html (or search for them on Google). The DLLs go in your C:\Windows\system32 directory.

As with any software downloaded off the Internet, you should be careful installing files from untrusted sources. For the security conscious, the MD5 checksums should be:

MD5 (msvcr71.dll) = 86f1895ae8c5e8b17d99ece768a70732
MD5 (msvcp71.dll) = 561fa2abb31dfa8fab762145f81667c2

From an earlier version

Upgrading from an earlier version to 0.991 sometimes causes Celtx to not start at all. If this happens to you:

  1. Remove celtx using Add Remove Programs
  2. Open C:\Program Files and delete the Celtx folder
  3. Remove the Greyfirst folder from:
    C:\Documents and Settings\[username]\Application Data
    and
    C:\Documents and Settings\[username]\Local Settings\Application Data
    If you can't find it, you need to 'Show hidden files'. From Windows Explorer, pick Tools | Options... | View | Hidden files and folders | Show hidden files and folders
  4. Clear your browser cache.
  5. Download 0.991
  6. Install celtx.

This will give you a clean install of 0.991.

Vista

If, when you try to write a script, you cant key in anything, then find the Celtx software icon and:

  • right click
  • select 'Properties'
  • select 'Security'
  • press Edit
  • press Add
  • enter the name of the user
  • click the "full control" check box
  • press Ok

For Mac OS X / Universal

Double click the Celtx.dmg file to mount the drive to your system. Drag the Celtx icon to your Applications folder to complete the installation. View Mac How site to find out more on how to view hidden files on Mac and OSX show hidden files app.

For Linux

You can install Celtx by extracting the downloaded archive into your home folder (e.g. /home/yourusername/bin) and run the application from there. However, installing the software as a non-root user and in a local folder means that only this single user will have access to it.

If you want all users to have access to it, Celtx must be installed and run once as the root user. A typical installation from an administrator account is done as follows:

(copy - Ctrl+C - and paste - Maj+Ins - the following code lines, one by one, in a Terminal window -Ctrl+Alt+T)

cd /usr/local

If you are installing Celtx 1.0, then use this:

sudo tar zxf /path/to/Celtx.tar.gz

If you are installing Celtx 2.0, then use this:

sudo tar xjf /path/to/Celtx.tar.bz2

(enter your password)

sudo /usr/local/celtx/celtx

If you get an error error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory then you need to install a package that contains libstdc++.so.5. On Redhat and Ubuntu, this is the compat-libstdc++ package. On Gentoo, it's just called lib-compat. In openSUSE 11.3 it's called libstdc++33-32bit & libstdc++33, and can be installed through YaST2. You might be able to install it using yum install compat-libstdc++

Now any user can run it using /usr/local/celtx/celtx.

If you're running a 64-bit build, ensure the 32-bit libraries are installed. Just search for the string "ia32" within Synaptic. You might have to install the normal "ia32-libs", "ia32-libs-gtk" and perhaps other required libraries.

Ubuntu sometimes creates the preference files (~/.celtx, ~/.greyfirst) as root-only and the program will install but can only be run as root. To fix this easily, you can delete the files from root (sudo rm -r ~/.celtx and sudo rm -r ~/.greyfirst (don't use sudo rm -r on its own as this will delete all your files)). Celtx will then create new preferences files. Alternatively you can change the permissions of the files from root.


Note to Eee-PC users

In order for Celtx to work you have to remove the Scim package:

sudo apt-get remove xandros-scim

Alternatively, on more recent 701 EeePC (build starting March 08, thus including all 900), gcin replaces scim:

sudo apt-get remove xandros-gcin

sudo apt-get remove gcin


Celtx v1.0 uses too recent a package (glibc) for the vanilla EeePC Xandros distribution. Unless you want to take the risk to mess up with your OS we advise you to install the previous Celtx 0.997:

cd

Download it:

wget http://www.celtx.com/download/Celtx-0997-en-US.tar.gz

Untar it to your local folder (for instance):

cd /usr/local

sudo tar xvf /home/user/Celtx-0997-en-US.tar.gz

And launch it:

sudo /usr/local/celtx/celtx

Next you may be thinking of adding a Celtx icon to the work panel through a program like Easy Mode editor.


Hyperlinks

Hyperlinks may not work. Firefox (upon which Celtx is based) primarily supports the GNOME desktop environment, although various Linux distributions include modified forms of Firefox with support for KDE. At the moment, Celtx consults the GNOME registry to check what your default browser is. We hope to address this when we have the time. Configuring your Mac Mail Client

Root

If you can only run Celtx as root (not just the first time), you need to delete the following directories:

  • .greyfirst
  • .celtx

Depending on your distro, they will most likely be in one of the following locations:

  • Your home directory (~)
  • /tmp
  • /usr/tmp
  • /usr/local/celtx

The small Print

When installing, we'd really appreciate it if you would please take the time to read the small print:

Launching for the first time

To launch Celtx double click the movie clapper icon like the one below.

Image:Celtx_front.png

The application will open and display the Splash Page.

Installing other dictionaries to the Spell Checker

Adding new language dictionaries to Celtx is performed through the Toolbox.

  1. Open Celtx with any project or create a new project.
  2. Select the menu option 'Tools' then 'Toolbox'.
  3. Celtx will open a new dialog box. Click 'Get Celtx Tools' at the bottom of this box. This will open the Celtx tools web page.
  4. Click the link for the desire dictionary language to install. The dictionary will be added to the Toolbox dialog with a note the dictionary will be available after Celtx has been restarted.
  5. Restart Celtx to begin using the new dictionary.

Direct downloads of dictionary files available below. Installation of dictionaries through Toolbox method listed above is recommended.