Difference between revisions of "Scientific Linux"

From Lazarus wiki
Jump to navigationJump to search
(Allow for a name change on another page)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Platform only|Linux|Linux|Linux}}
 
{{Platform only|Linux|Linux|Linux}}
 
[[File:sl-logo-96.png|thumb|left]]
 
[[File:sl-logo-96.png|thumb|left]]
'''Scientific Linux''' is a free enterprise [[Portal:Linux|Linux]] distribution that is derived from sources of the Red Hat Enterprise Linux (RHEL) distribution. It is sponsored and developed by the Fermi lab (Fermi National Accelerator Laboratory) with major contributions of CERN, ETH Zürich and DESY.
+
'''Scientific Linux''' is a free enterprise [[Portal:Linux|Linux]] distribution that is derived from sources of the Red Hat Enterprise Linux (RHEL) distribution. It is sponsored and developed by the Fermi National Accelerator Laboratory with major contributions of CERN, ETH Zürich and DESY.
  
With its main goal to provide a world class environment for scientific computing needs it focusses on the needs of experimental facilities, scientists and researchers.
+
With its main goal to provide a world class environment for scientific computing it focusses on the needs of universities, major research institutions, experimental facilities, scientists, technologists and researchers.
  
Scientific Linux has an install base in experiments on all seven continents, and it has been loaded onto systems at the International Space Station.
+
Scientific Linux has an install base in experiments on all seven continents and the International Space Station.
  
 
== Installation ==
 
== Installation ==
Although [[Lazarus]] and [[Free Pascal]] are not included in the standard distribution they can be easily installed from packages provdied by the Lazarus team. This requires only the following few steps:
+
 
 +
See [[Installing Lazarus on Linux]]
 +
 
 +
Although [[Lazarus]] and [[Free Pascal]] are not included in the standard distribution they can be easily installed from packages provided by the Lazarus team. This requires only the following few steps:
  
 
* Download current RPM packages for your processor type (32 or 64 bit)
 
* Download current RPM packages for your processor type (32 or 64 bit)
Line 14: Line 17:
 
** '''fpc-src''' for Free Pascal sources (required for code completion)
 
** '''fpc-src''' for Free Pascal sources (required for code completion)
 
** '''lazarus''' for the Lazarus IDE
 
** '''lazarus''' for the Lazarus IDE
* Install the packages by double clicking (and confirm download of missing required packages).
+
* Install the packages by double clicking (and confirm download of missing required packages). On systems, where neither the '''Application Installer''' nor the '''GNOME Package Manager''' are installed by default (e.g. live installations or small systems installed from CD), you should instead use the command line tool '''[http://yum.baseurl.org/ yum]''', which is available on all current RPM-based Linux distributions.
  
 
== Graphical instructions ==
 
== Graphical instructions ==
Line 30: Line 33:
 
* [[Linux Programming Tips]]
 
* [[Linux Programming Tips]]
 
* [[Installing Lazarus]]
 
* [[Installing Lazarus]]
* [[Cross compiling for Win32 under Linux]]
+
* [[Cross compiling for Windows under Linux]]
  
 
== External links ==
 
== External links ==
* [https://www.scientificlinux.org/ Official web site of the Scientific Linux project]
+
* [http://www.scientificlinux.org/ Official web site of the Scientific Linux project]
[[Category: Scientific Linux]]
+
 
 +
[[Category:FPC]]
 +
[[Category:Lazarus]]
 +
[[Category:Scientific Linux]]
 +
[[Category:Install]]

Latest revision as of 04:53, 19 July 2021

Crystal 128 penguin.png

This article applies to Linux only.

See also: Multiplatform Programming Guide

sl-logo-96.png

Scientific Linux is a free enterprise Linux distribution that is derived from sources of the Red Hat Enterprise Linux (RHEL) distribution. It is sponsored and developed by the Fermi National Accelerator Laboratory with major contributions of CERN, ETH Zürich and DESY.

With its main goal to provide a world class environment for scientific computing it focusses on the needs of universities, major research institutions, experimental facilities, scientists, technologists and researchers.

Scientific Linux has an install base in experiments on all seven continents and the International Space Station.

Installation

See Installing Lazarus on Linux

Although Lazarus and Free Pascal are not included in the standard distribution they can be easily installed from packages provided by the Lazarus team. This requires only the following few steps:

  • Download current RPM packages for your processor type (32 or 64 bit)
    • fpc for Free Pascal (required for all configurations)
    • fpc-src for Free Pascal sources (required for code completion)
    • lazarus for the Lazarus IDE
  • Install the packages by double clicking (and confirm download of missing required packages). On systems, where neither the Application Installer nor the GNOME Package Manager are installed by default (e.g. live installations or small systems installed from CD), you should instead use the command line tool yum, which is available on all current RPM-based Linux distributions.

Graphical instructions

See also

External links