Skip to content

nadduck/POSOverlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

734 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS POS

TIF working branch

Setup TIF POS dir with the following:

git clone https://github.com/odysei/POSOverlay pixel
cd pixel
git checkout tif_pos_development

TIF specific (for now):

ln -s ~/POS_config config

ln -s POSRelease/RPM.version
ln -s POSRelease/VERSION
ln -s ../DiagSystem/gwtapplets/LogReaderWithFileServer/
ln -s POSRelease/Makefile

cd PixelSupervisor
mv Makefile Makefile_default
ln -s Makefile_TIF Makefile
cd ..

cd PixelTKFECSupervisor
mv Makefile Makefile_default
ln -s Makefile_TIF Makefile
cd ..

cd PixelFECSupervisor
mv Makefile Makefile_default
ln -s Makefile_TIF Makefile
cd ..

make install
make Set=pixel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.2%
  • Python 8.0%
  • C 3.2%
  • JavaScript 2.5%
  • Makefile 1.3%
  • HTML 1.1%
  • Other 1.7%